Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-61729 (GCVE-0-2025-61729)
Vulnerability from cvelistv5 – Published: 2025-12-02 18:54 – Updated: 2025-12-03 19:37- CWE-400 - Uncontrolled Resource Consumption
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| Go standard library | crypto/x509 |
Affected:
0 , < 1.24.11
(semver)
Affected: 1.25.0 , < 1.25.5 (semver) |
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-61729",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-02T21:52:36.341575Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-02T21:52:58.224Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/x509",
"product": "crypto/x509",
"programRoutines": [
{
"name": "Certificate.VerifyHostname"
},
{
"name": "Certificate.Verify"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.24.11",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.25.5",
"status": "affected",
"version": "1.25.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Philippe Antoine (Catena cyber)"
}
],
"descriptions": [
{
"lang": "en",
"value": "Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-03T19:37:14.903Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/725920"
},
{
"url": "https://go.dev/issue/76445"
},
{
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"title": "Excessive resource consumption when printing error string for host certificate validation in crypto/x509"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-61729",
"datePublished": "2025-12-02T18:54:10.166Z",
"dateReserved": "2025-09-30T15:05:03.605Z",
"dateUpdated": "2025-12-03T19:37:14.903Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-61729",
"date": "2026-08-21",
"epss": "0.00464",
"percentile": "0.38564"
},
"microsoft_vex": {
"current_release_date": "2026-06-23T14:41:57.000Z",
"cve": "CVE-2025-61729",
"id": "msrc_CVE-2025-61729",
"initial_release_date": "2025-12-02T00:00:00.000Z",
"product_status:fixed": "1",
"product_status:known_affected": "16",
"product_status:known_not_affected": "7",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Excessive resource consumption when printing error string for host certificate validation in crypto/x509",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-61729.json",
"version": "15"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-61729\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-12-02T19:15:51.447\",\"lastModified\":\"2026-06-17T09:50:48.507\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"Go standard library\",\"product\":\"crypto/x509\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"crypto/x509\",\"programRoutines\":[{\"name\":\"Certificate.VerifyHostname\"},{\"name\":\"Certificate.Verify\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.24.11\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.25.0\",\"lessThan\":\"1.25.5\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-12-02T21:52:36.341575Z\",\"id\":\"CVE-2025-61729\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-295\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.24.11\",\"matchCriteriaId\":\"F2E6FD2A-A487-4099-B91D-2429F286AC6D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.25.0\",\"versionEndExcluding\":\"1.25.5\",\"matchCriteriaId\":\"39C03A37-B94B-46E4-B1C2-A70A870F8E53\"}]}]}],\"references\":[{\"url\":\"https://go.dev/cl/725920\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/76445\",\"source\":\"security@golang.org\",\"tags\":[\"Issue Tracking\",\"Patch\"]},{\"url\":\"https://groups.google.com/g/golang-announce/c/8FJoBkPddm4\",\"source\":\"security@golang.org\",\"tags\":[\"Mailing List\",\"Release Notes\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-4155\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-08-22T08:26:13+00:00",
"cve": "CVE-2025-61729",
"id": "CVE-2025-61729",
"initial_release_date": "2025-12-02T18:54:10.166000+00:00",
"product_status:fixed": "8083",
"product_status:known_affected": "431",
"product_status:known_not_affected": "4939",
"product_status:under_investigation": "2",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-61729.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-08-13T16:33:35Z",
"cve": "CVE-2025-61729",
"id": "CVE-2025-61729",
"initial_release_date": "2025-12-05T00:24:28Z",
"product_status:known_not_affected": "294",
"product_status:recommended": "419",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2025-61729",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-61729.json",
"version": "32"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-61729\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-02T21:52:36.341575Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-02T21:52:53.822Z\"}}], \"cna\": {\"title\": \"Excessive resource consumption when printing error string for host certificate validation in crypto/x509\", \"credits\": [{\"lang\": \"en\", \"value\": \"Philippe Antoine (Catena cyber)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"crypto/x509\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.24.11\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.25.0\", \"lessThan\": \"1.25.5\", \"versionType\": \"semver\"}], \"packageName\": \"crypto/x509\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Certificate.VerifyHostname\"}, {\"name\": \"Certificate.Verify\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/725920\"}, {\"url\": \"https://go.dev/issue/76445\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/8FJoBkPddm4\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-4155\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Within HostnameError.Error(), when constructing an error string, there is no limit to the number of hosts that will be printed out. Furthermore, the error string is constructed by repeated string concatenation, leading to quadratic runtime. Therefore, a certificate provided by a malicious actor can result in excessive resource consumption.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-12-03T19:37:14.903Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-61729\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-03T19:37:14.903Z\", \"dateReserved\": \"2025-09-30T15:05:03.605Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-12-02T18:54:10.166Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:5079
Vulnerability from csaf_redhat - Published: 2026-03-19 09:49 - Updated: 2026-08-22 08:39A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for rhc is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "rhc is a client tool and daemon that connects the system to Red Hat hosted services enabling system and subscription management.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5079",
"url": "https://access.redhat.com/errata/RHSA-2026:5079"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5079.json"
}
],
"title": "Red Hat Security Advisory: rhc security update",
"tracking": {
"current_release_date": "2026-08-22T08:39:26+00:00",
"generator": {
"date": "2026-08-22T08:39:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:5079",
"initial_release_date": "2026-03-19T09:49:36+00:00",
"revision_history": [
{
"date": "2026-03-19T09:49:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T09:49:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:39:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.2.1-12.el9_0.src",
"product": {
"name": "rhc-1:0.2.1-12.el9_0.src",
"product_id": "rhc-1:0.2.1-12.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.1-12.el9_0?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.2.1-12.el9_0.aarch64",
"product": {
"name": "rhc-1:0.2.1-12.el9_0.aarch64",
"product_id": "rhc-1:0.2.1-12.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.1-12.el9_0?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.2.1-12.el9_0.ppc64le",
"product": {
"name": "rhc-1:0.2.1-12.el9_0.ppc64le",
"product_id": "rhc-1:0.2.1-12.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.1-12.el9_0?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.2.1-12.el9_0.x86_64",
"product": {
"name": "rhc-1:0.2.1-12.el9_0.x86_64",
"product_id": "rhc-1:0.2.1-12.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.1-12.el9_0?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.2.1-12.el9_0.s390x",
"product": {
"name": "rhc-1:0.2.1-12.el9_0.s390x",
"product_id": "rhc-1:0.2.1-12.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.1-12.el9_0?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.1-12.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64"
},
"product_reference": "rhc-1:0.2.1-12.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.1-12.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le"
},
"product_reference": "rhc-1:0.2.1-12.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.1-12.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x"
},
"product_reference": "rhc-1:0.2.1-12.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.1-12.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src"
},
"product_reference": "rhc-1:0.2.1-12.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.1-12.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64"
},
"product_reference": "rhc-1:0.2.1-12.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T09:49:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5079"
},
{
"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": [
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T09:49:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5079"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.src",
"AppStream-9.0.0.Z.E4S:rhc-1:0.2.1-12.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
}
]
}
RHSA-2026:51033
Vulnerability from csaf_redhat - Published: 2026-08-06 07:31 - Updated: 2026-08-22 08:40A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
A flaw was found in golang.org/x/net/html. A remote attacker could exploit this vulnerability by providing specially crafted HTML. When this arbitrary HTML is parsed and rendered, it can result in an unexpected HTML tree, bypassing input sanitization. This can be leveraged to execute Cross-Site Scripting (XSS) attacks, potentially leading to arbitrary code execution in applications that use the affected component.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
A flaw was found in golang.org/x/net/html. When arbitrary HTML is parsed and then rendered, it can result in an unexpected HTML tree. This allows an attacker to bypass HTML sanitization mechanisms, leading to Cross-Site Scripting (XSS) attacks in applications. Such attacks can result in information disclosure or arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
A flaw was found in BuildKit, a toolkit for converting source code to build artifacts. An untrusted BuildKit frontend can be leveraged to craft a malicious API message, allowing files to be written outside of the designated BuildKit state directory. This vulnerability, which is a form of arbitrary file write, could enable an attacker to execute unauthorized code or escalate their privileges on the system. This issue arises when custom BuildKit frontends are used with specific configuration options.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Workaround
|
A flaw was found in BuildKit. Insufficient validation of Git URL fragment subdirectory components may allow a remote attacker to access files outside the checked-out Git repository root. This access is limited to files on the same mounted filesystem. This vulnerability could lead to unauthorized information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Workaround
|
A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Workaround
|
A flaw was found in golang.org/x/net/idna. ToASCII and ToUnicode incorrectly accept Punycode-encoded labels that decode to an ASCII-only hostname (for example, xn--example-.com returns example.com instead of an error). Applications that validate the ASCII form then convert to Unicode may grant access to a restricted hostname the ASCII check would have rejected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. A remote attacker could exploit this vulnerability when an SSH server authentication callback returned a PartialSuccessError with non-nil permissions. This flaw caused these permissions to be silently discarded, potentially bypassing certificate restrictions, such as a force-command, after a second authentication factor succeeded. This could lead to unauthorized command execution or access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during public key authentication. Successful exploitation could lead to a denial of service (DoS) due to prolonged CPU consumption during signature verification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. A remote malicious SSH peer can exploit this by sending unsolicited global request responses, which fills an internal buffer and blocks the connection's read loop. This prevents the associated resources from being released, leading to a resource leak per connection. The consequence is a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
A flaw was found in golang.org/x/crypto/ssh. SSH servers configured to use CertChecker as a public key callback, without explicitly setting IsUserAuthority or IsHostAuthority, are vulnerable. A remote attacker can exploit this by presenting a specially crafted certificate, causing the server to panic and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
A flaw was found in the Moby container framework. A race condition occurs during the `docker cp` mount setup, which a malicious container can exploit. This vulnerability allows the container to redirect a bind mount target to an arbitrary path on the host system. Consequently, an attacker could overwrite host files, potentially leading to data corruption or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Workaround
|
A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh/knownhosts. This vulnerability occurs because the system did not correctly check for the revocation status of a SignatureKey belonging to a Certificate Authority (CA). A remote attacker could potentially exploit this by presenting a revoked key, leading to the system accepting it as valid. This could allow an attacker to bypass security checks and potentially gain unauthorized access or spoof legitimate entities.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
A flaw was found in Billy, an interface filesystem abstraction for Go. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing crafted or malformed input. The issue arises from insufficient validation and missing safety mechanisms when processing untrusted repository data and filesystem structures, leading to panics, infinite loops, uncontrolled recursion, or excessive resource consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. Source-address validation can be skipped when an SSH server configuration uses an authentication callback type other than public key, allowing authorization bypass in misconfigured servers. This is a follow-on to incomplete coverage from the CVE-2024-45337 fix.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) plugin, which manages container operations, fails to validate labels propagated from an image configuration to a container. This oversight could enable an attacker to execute arbitrary commands on the host system through a plugin that processes these unvalidated labels. The primary impact is host-root command execution, allowing unauthorized control over the underlying system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
Workaround
|
A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) implementation, which allows Kubernetes to interact with container runtimes, improperly trusts Container Device Interface (CDI) annotations found within untrusted checkpoint image metadata during container restoration. This vulnerability enables a user with permissions to create pods to bypass standard Kubernetes resource allocation and device plugin enforcement. Consequently, an attacker can inject arbitrary CDI edits, such as device nodes and host mounts, into the restored container, potentially leading to unauthorized resource access or privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 | — | ||
| Unresolved product id: OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x | — |
{
"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 version of OpenShift API for Data Protection (OADP) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "OpenShift API for Data Protection (OADP) enables you to back up and restore\napplication resources, persistent volume data, and internal container\nimages to external backup storage. OADP enables both file system-based and\nsnapshot-based backups for persistent volumes.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:51033",
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-25621",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25681",
"url": "https://access.redhat.com/security/cve/CVE-2026-25681"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27136",
"url": "https://access.redhat.com/security/cve/CVE-2026-27136"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32281",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33747",
"url": "https://access.redhat.com/security/cve/CVE-2026-33747"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33748",
"url": "https://access.redhat.com/security/cve/CVE-2026-33748"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33810",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33811",
"url": "https://access.redhat.com/security/cve/CVE-2026-33811"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39820",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39821",
"url": "https://access.redhat.com/security/cve/CVE-2026-39821"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39828",
"url": "https://access.redhat.com/security/cve/CVE-2026-39828"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39829",
"url": "https://access.redhat.com/security/cve/CVE-2026-39829"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39830",
"url": "https://access.redhat.com/security/cve/CVE-2026-39830"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39831",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39835",
"url": "https://access.redhat.com/security/cve/CVE-2026-39835"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42306",
"url": "https://access.redhat.com/security/cve/CVE-2026-42306"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42499",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42508",
"url": "https://access.redhat.com/security/cve/CVE-2026-42508"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44740",
"url": "https://access.redhat.com/security/cve/CVE-2026-44740"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46595",
"url": "https://access.redhat.com/security/cve/CVE-2026-46595"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46597",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-53488",
"url": "https://access.redhat.com/security/cve/CVE-2026-53488"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-53492",
"url": "https://access.redhat.com/security/cve/CVE-2026-53492"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/backup_and_restore/oadp-application-backup-and-restore",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/backup_and_restore/oadp-application-backup-and-restore"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_51033.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift API for Data Protection",
"tracking": {
"current_release_date": "2026-08-22T08:40:52+00:00",
"generator": {
"date": "2026-08-22T08:40:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:51033",
"initial_release_date": "2026-08-06T07:31:01+00:00",
"revision_history": [
{
"date": "2026-08-06T07:31:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-15T05:55:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:40:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift API for Data Protection 1.3",
"product": {
"name": "OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_api_data_protection:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift API for Data Protection"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"product_id": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-cli-binaries-rhel9@sha256%3A56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-cli-binaries-rhel9\u0026tag=1785180801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3A4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1785177413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1785177359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3A5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1785426166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"product_id": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-operator-bundle@sha256%3Abf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-operator-bundle\u0026tag=1785427055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1785180878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1785177357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3Ab26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1785177325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256%3Ae23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1785177350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3Afd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1785426129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3A39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1785177322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3A36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352?arch=amd64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1785177438"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"product_id": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-cli-binaries-rhel9@sha256%3A31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-cli-binaries-rhel9\u0026tag=1785180801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3A4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1785177413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3A93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1785177359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3A54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1785426166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1785180878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1785177357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3A2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1785177325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256%3A9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1785177350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1785426129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3A40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1785177322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3Abe6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207?arch=arm64\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1785177438"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"product_id": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-cli-binaries-rhel9@sha256%3A93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-cli-binaries-rhel9\u0026tag=1785180801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3A956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1785177413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3Acc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1785177359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3Ab38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1785426166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1785180878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3A67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1785177357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3A1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1785177325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256%3A345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1785177350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3Afa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1785426129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3A7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1785177322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3A378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c?arch=s390x\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1785177438"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-cli-binaries-rhel9@sha256%3A48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-cli-binaries-rhel9\u0026tag=1785180801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-kubevirt-velero-plugin-rhel9@sha256%3Acf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9\u0026tag=1785177413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-mustgather-rhel9@sha256%3Aeea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-mustgather-rhel9\u0026tag=1785177359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-rhel9-operator@sha256%3Ac2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-rhel9-operator\u0026tag=1785426166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-rhel9@sha256%3A391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-rhel9\u0026tag=1785180878"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-rhel9@sha256%3Ac612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-rhel9\u0026tag=1785177357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-aws-rhel9@sha256%3A4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9\u0026tag=1785177325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-csi-rhel9@sha256%3A46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9\u0026tag=1785177350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-gcp-rhel9@sha256%3A19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9\u0026tag=1785426129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256%3Abd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9\u0026tag=1785177322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"product": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"product_id": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oadp-velero-restic-restore-helper-rhel9@sha256%3Aaebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70?arch=ppc64le\u0026repository_url=registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9\u0026tag=1785177438"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64 as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x as a component of OpenShift API for Data Protection 1.3",
"product_id": "OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
},
"product_reference": "registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x",
"relates_to_product_reference": "OpenShift API for Data Protection 1.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-25621",
"cwe": {
"id": "CWE-279",
"name": "Incorrect Execution-Assigned Permissions"
},
"discovery_date": "2025-11-06T19:01:04.402278+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413190"
}
],
"notes": [
{
"category": "description",
"text": "A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd local privilege escalation",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "RHBZ#2413190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/blob/main/docs/rootless.md",
"url": "https://github.com/containerd/containerd/blob/main/docs/rootless.md"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5",
"url": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w"
}
],
"release_date": "2025-11-06T18:36:21.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "The system administrator on the host can manually chmod the directories to not\nhave group or world accessible permissions:\n```\nchmod 700 /var/lib/containerd\nchmod 700 /run/containerd/io.containerd.grpc.v1.cri\nchmod 700 /run/containerd/io.containerd.sandbox.controller.v1.shim\n```\nAn alternative mitigation would be to run containerd in rootless mode.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd local privilege escalation"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
}
],
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
}
],
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25681",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-05-22T16:01:08.177603+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480761"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. A remote attacker could exploit this vulnerability by providing specially crafted HTML. When this arbitrary HTML is parsed and rendered, it can result in an unexpected HTML tree, bypassing input sanitization. This can be leveraged to execute Cross-Site Scripting (XSS) attacks, potentially leading to arbitrary code execution in applications that use the affected component.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: golang.org/x/net/html: Arbitrary code execution via Cross-Site Scripting",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in `golang.org/x/net/html` could enable remote attackers to execute Cross-Site Scripting (XSS) attacks, potentially leading to arbitrary code execution. The flaw allows specially crafted HTML to bypass input sanitization during parsing and rendering. Red Hat products are affected if they process untrusted HTML content using the vulnerable component without additional output encoding or robust content security policies.",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25681"
},
{
"category": "external",
"summary": "RHBZ#2480761",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480761"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25681",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25681"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25681",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25681"
},
{
"category": "external",
"summary": "https://go.dev/cl/781703",
"url": "https://go.dev/cl/781703"
},
{
"category": "external",
"summary": "https://go.dev/issue/79574",
"url": "https://go.dev/issue/79574"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8",
"url": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5029",
"url": "https://pkg.go.dev/vuln/GO-2026-5029"
}
],
"release_date": "2026-05-22T15:01:21.975000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "To mitigate this flaw, applications processing untrusted HTML input must implement strict input sanitization and ensure all output is properly encoded before rendering. Deploying a comprehensive Content Security Policy (CSP) can restrict script execution, further reducing the attack surface. Administrators should review application configurations to ensure adequate protection against XSS.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: golang.org/x/net/html: Arbitrary code execution via Cross-Site Scripting"
},
{
"cve": "CVE-2026-27136",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-05-22T16:00:56.609820+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480757"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. When arbitrary HTML is parsed and then rendered, it can result in an unexpected HTML tree. This allows an attacker to bypass HTML sanitization mechanisms, leading to Cross-Site Scripting (XSS) attacks in applications. Such attacks can result in information disclosure or arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in `golang.org/x/net/html` is rated as Important. It allows for Cross-Site Scripting (XSS) attacks by enabling an attacker to bypass HTML sanitization mechanisms when arbitrary HTML is parsed and rendered. This can lead to information disclosure or arbitrary code execution in affected applications. Exploitation typically requires user interaction, where a user processes specially crafted malicious HTML content.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27136"
},
{
"category": "external",
"summary": "RHBZ#2480757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480757"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27136",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27136"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27136",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27136"
},
{
"category": "external",
"summary": "https://go.dev/cl/781685",
"url": "https://go.dev/cl/781685"
},
{
"category": "external",
"summary": "https://go.dev/issue/79575",
"url": "https://go.dev/issue/79575"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8",
"url": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5030",
"url": "https://pkg.go.dev/vuln/GO-2026-5030"
}
],
"release_date": "2026-05-22T15:01:22.111000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: golang: golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go standard library\u0027s certificate chain building process. Systems utilizing Go applications that process untrusted TLS certificates or X.509 certificate chains are susceptible to resource exhaustion when presented with an excessive number of intermediate certificates, potentially leading to service unavailability. This flaw impacts applications directly using `crypto/x509` or `crypto/tls`.",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
}
],
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-33747",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-27T02:01:29.921765+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452076"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in BuildKit, a toolkit for converting source code to build artifacts. An untrusted BuildKit frontend can be leveraged to craft a malicious API message, allowing files to be written outside of the designated BuildKit state directory. This vulnerability, which is a form of arbitrary file write, could enable an attacker to execute unauthorized code or escalate their privileges on the system. This issue arises when custom BuildKit frontends are used with specific configuration options.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "BuildKit: github.com/moby/buildkit: BuildKit: Arbitrary file write and code execution via untrusted frontend",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33747"
},
{
"category": "external",
"summary": "RHBZ#2452076",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452076"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33747",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33747"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33747",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33747"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/releases/tag/v0.28.1",
"url": "https://github.com/moby/buildkit/releases/tag/v0.28.1"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/security/advisories/GHSA-4c29-8rgm-jvjj",
"url": "https://github.com/moby/buildkit/security/advisories/GHSA-4c29-8rgm-jvjj"
}
],
"release_date": "2026-03-27T00:49:06.165000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid using untrusted BuildKit frontends. Restrict the use of custom BuildKit frontends to only those from verified and trusted sources. Do not specify untrusted frontends via `#syntax` or `--build-arg BUILDKIT_SYNTAX`.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "BuildKit: github.com/moby/buildkit: BuildKit: Arbitrary file write and code execution via untrusted frontend"
},
{
"cve": "CVE-2026-33748",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-27T15:02:00.107493+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452271"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in BuildKit. Insufficient validation of Git URL fragment subdirectory components may allow a remote attacker to access files outside the checked-out Git repository root. This access is limited to files on the same mounted filesystem. This vulnerability could lead to unauthorized information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/moby/buildkit: BuildKit: Unauthorized file access via Git URL fragment subdir components",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33748"
},
{
"category": "external",
"summary": "RHBZ#2452271",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452271"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33748",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33748"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33748",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33748"
},
{
"category": "external",
"summary": "https://docs.docker.com/build/concepts/context/#url-fragments",
"url": "https://docs.docker.com/build/concepts/context/#url-fragments"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/releases/tag/v0.28.1",
"url": "https://github.com/moby/buildkit/releases/tag/v0.28.1"
},
{
"category": "external",
"summary": "https://github.com/moby/buildkit/security/advisories/GHSA-4vrq-3vrq-g6gg",
"url": "https://github.com/moby/buildkit/security/advisories/GHSA-4vrq-3vrq-g6gg"
}
],
"release_date": "2026-03-27T14:00:21.200000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/moby/buildkit: BuildKit: Unauthorized file access via Git URL fragment subdir components"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Go `crypto/x509` package that could allow an attacker to bypass certificate validation. The vulnerability arises from an incorrect application of excluded DNS constraints to wildcard DNS Subject Alternative Names (SANs) when their case differs from the constraint. This could lead to Red Hat products accepting malicious certificates from otherwise trusted chains, compromising the trust model.",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-33811",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-07T20:01:34.913869+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467822"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net` package, affecting applications configured to use the `cgo` DNS resolver. A remote attacker could trigger a double-free memory error by providing a very long CNAME response, leading to a crash of the vulnerable application and impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33811"
},
{
"category": "external",
"summary": "RHBZ#2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33811",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33811"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811"
},
{
"category": "external",
"summary": "https://go.dev/cl/767860",
"url": "https://go.dev/cl/767860"
},
{
"category": "external",
"summary": "https://go.dev/issue/78803",
"url": "https://go.dev/issue/78803"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4981",
"url": "https://pkg.go.dev/vuln/GO-2026-4981"
}
],
"release_date": "2026-05-07T19:41:19.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications can be configured to use the pure Go DNS resolver instead of the `cgo` DNS resolver. This can be achieved by setting the `GODEBUG` environment variable to `netdns=go`. For example, to run a Go application with this mitigation: `GODEBUG=netdns=go /path/to/your/go/application`. This change may require restarting affected applications or services to take effect. Users should verify that this change does not negatively impact DNS resolution for their specific application environment.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
},
{
"cve": "CVE-2026-39820",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-07T20:01:27.800929+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467820"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package of the Go programming language. An attacker could provide specially crafted inputs to the `ParseAddress`, `ParseAddressList`, or `ParseDate` functions. This could lead to excessive consumption of CPU and memory resources, resulting in a Denial of Service (DoS) for applications processing these inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net/mail` package. Applications processing untrusted email inputs via `ParseAddress`, `ParseAddressList`, or `ParseDate` functions are susceptible to excessive resource consumption, which can lead to service unavailability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39820"
},
{
"category": "external",
"summary": "RHBZ#2467820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39820",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39820"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39820"
},
{
"category": "external",
"summary": "https://go.dev/cl/759940",
"url": "https://go.dev/cl/759940"
},
{
"category": "external",
"summary": "https://go.dev/issue/78566",
"url": "https://go.dev/issue/78566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4986",
"url": "https://pkg.go.dev/vuln/GO-2026-4986"
}
],
"release_date": "2026-05-07T19:41:19.854000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: Go net/mail: Denial of Service via crafted email inputs"
},
{
"cve": "CVE-2026-39821",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-05-22T16:00:52.844126+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480756"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/idna. ToASCII and ToUnicode incorrectly accept Punycode-encoded labels that decode to an ASCII-only hostname (for example, xn--example-.com returns example.com instead of an error). Applications that validate the ASCII form then convert to Unicode may grant access to a restricted hostname the ASCII check would have rejected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "golang.org/x/net/idna is vulnerable to privilege escalation through incorrect Punycode label handling in ToASCII and ToUnicode. An attacker who can supply a Punycode hostname that passes an ASCII-only authorization check may have it normalized to a restricted ASCII name the application intended to block. Red Hat exposure is broad across products shipping the Go toolchain or bundling golang.org/x/net, including RHEL and RHEL-AI golang RPMs, hummingbird Go runtimes, OpenShift and ODF container builds, and Ceph/OpenShift components compiled against affected x/net versions.",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39821"
},
{
"category": "external",
"summary": "RHBZ#2480756",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480756"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39821",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39821"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39821",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39821"
},
{
"category": "external",
"summary": "https://go.dev/cl/767220",
"url": "https://go.dev/cl/767220"
},
{
"category": "external",
"summary": "https://go.dev/issue/78760",
"url": "https://go.dev/issue/78760"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8",
"url": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5026",
"url": "https://pkg.go.dev/vuln/GO-2026-5026"
}
],
"release_date": "2026-05-22T15:01:21.462000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "Upgrade to a fixed golang.org/x/net release that includes the idna correction, via updated golang or dependent package rebuilds.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing"
},
{
"cve": "CVE-2026-39828",
"cwe": {
"id": "CWE-281",
"name": "Improper Preservation of Permissions"
},
"discovery_date": "2026-05-22T04:01:46.775641+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480687"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. A remote attacker could exploit this vulnerability when an SSH server authentication callback returned a PartialSuccessError with non-nil permissions. This flaw caused these permissions to be silently discarded, potentially bypassing certificate restrictions, such as a force-command, after a second authentication factor succeeded. This could lead to unauthorized command execution or access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Unauthorized command execution via discarded SSH permissions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important security flaw in the `golang.org/x/crypto/ssh` library. When an SSH server utilizing this library is configured with specific authentication callbacks that return a `PartialSuccessError` with non-nil permissions, an attacker could bypass intended certificate restrictions, such as `force-command`. This bypass could lead to unauthorized command execution or access on affected Red Hat systems configured with multi-factor authentication and certificate-based access controls.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39828"
},
{
"category": "external",
"summary": "RHBZ#2480687",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480687"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39828",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39828"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39828",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39828"
},
{
"category": "external",
"summary": "https://go.dev/cl/781621",
"url": "https://go.dev/cl/781621"
},
{
"category": "external",
"summary": "https://go.dev/issue/79562",
"url": "https://go.dev/issue/79562"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5014",
"url": "https://pkg.go.dev/vuln/GO-2026-5014"
}
],
"release_date": "2026-05-22T02:31:26.883000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Unauthorized command execution via discarded SSH permissions"
},
{
"cve": "CVE-2026-39829",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-05-22T04:01:30.092249+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480681"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during public key authentication. Successful exploitation could lead to a denial of service (DoS) due to prolonged CPU consumption during signature verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in golang.org/x/crypto/ssh is rated as Important. An unauthenticated remote attacker could trigger a denial of service by providing a specially crafted public key with excessively large parameters during SSH public key authentication. This could lead to prolonged CPU consumption on the server, impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39829"
},
{
"category": "external",
"summary": "RHBZ#2480681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480681"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39829"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39829",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39829"
},
{
"category": "external",
"summary": "https://go.dev/cl/781641",
"url": "https://go.dev/cl/781641"
},
{
"category": "external",
"summary": "https://go.dev/cl/781661",
"url": "https://go.dev/cl/781661"
},
{
"category": "external",
"summary": "https://go.dev/issue/79565",
"url": "https://go.dev/issue/79565"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5018",
"url": "https://pkg.go.dev/vuln/GO-2026-5018"
}
],
"release_date": "2026-05-22T02:31:27.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters"
},
{
"cve": "CVE-2026-39830",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-05-22T04:01:38.517202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480684"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. A remote malicious SSH peer can exploit this by sending unsolicited global request responses, which fills an internal buffer and blocks the connection\u0027s read loop. This prevents the associated resources from being released, leading to a resource leak per connection. The consequence is a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw in `golang.org/x/crypto/ssh`. A remote, unauthenticated attacker can exploit this vulnerability by sending unsolicited global request responses to an affected SSH server, leading to resource exhaustion and a denial of service. The impact is considered Important due to the potential for unauthenticated remote disruption of services utilizing the vulnerable SSH library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39830"
},
{
"category": "external",
"summary": "RHBZ#2480684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480684"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39830",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39830"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39830",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39830"
},
{
"category": "external",
"summary": "https://go.dev/cl/781640",
"url": "https://go.dev/cl/781640"
},
{
"category": "external",
"summary": "https://go.dev/cl/781664",
"url": "https://go.dev/cl/781664"
},
{
"category": "external",
"summary": "https://go.dev/issue/79564",
"url": "https://go.dev/issue/79564"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5017",
"url": "https://pkg.go.dev/vuln/GO-2026-5017"
}
],
"release_date": "2026-05-22T02:31:27.208000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "To mitigate this denial of service vulnerability, restrict network access to any service that utilizes the `golang.org/x/crypto/ssh` library and is exposed to untrusted networks. Implement firewall rules to allow connections only from trusted hosts or networks. This action limits the ability of malicious peers to send unsolicited global request responses. A restart of the affected service may be necessary for the new network rules to be applied effectively.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses"
},
{
"cve": "CVE-2026-39831",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-22T04:01:12.861178+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480675"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "RHBZ#2480675",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480675"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39831",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://go.dev/cl/781662",
"url": "https://go.dev/cl/781662"
},
{
"category": "external",
"summary": "https://go.dev/issue/79566",
"url": "https://go.dev/issue/79566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5019",
"url": "https://pkg.go.dev/vuln/GO-2026-5019"
}
],
"release_date": "2026-05-22T02:31:27.436000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check"
},
{
"cve": "CVE-2026-39835",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-05-22T04:01:27.279943+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480680"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. SSH servers configured to use CertChecker as a public key callback, without explicitly setting IsUserAuthority or IsHostAuthority, are vulnerable. A remote attacker can exploit this by presenting a specially crafted certificate, causing the server to panic and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang: golang.org/x/crypto/ssh: Denial of Service via crafted SSH certificate",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service flaw in `golang.org/x/crypto/ssh` affecting SSH servers that utilize `CertChecker` as a public key callback without explicitly configuring `IsUserAuthority` or `IsHostAuthority`. A remote, unauthenticated attacker can trigger a server panic by presenting a specially crafted certificate, leading to service disruption. Exploitation requires a specific, non-default configuration of the `CertChecker`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39835"
},
{
"category": "external",
"summary": "RHBZ#2480680",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480680"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39835",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39835"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39835",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39835"
},
{
"category": "external",
"summary": "https://go.dev/cl/781660",
"url": "https://go.dev/cl/781660"
},
{
"category": "external",
"summary": "https://go.dev/issue/79563",
"url": "https://go.dev/issue/79563"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5015",
"url": "https://pkg.go.dev/vuln/GO-2026-5015"
}
],
"release_date": "2026-05-22T02:31:26.982000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang: golang.org/x/crypto/ssh: Denial of Service via crafted SSH certificate"
},
{
"cve": "CVE-2026-42306",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-06-12T19:01:10.843543+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2488484"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Moby container framework. A race condition occurs during the `docker cp` mount setup, which a malicious container can exploit. This vulnerability allows the container to redirect a bind mount target to an arbitrary path on the host system. Consequently, an attacker could overwrite host files, potentially leading to data corruption or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/docker/docker: github.com/moby/moby: Moby container framework: Host file overwrite via race condition in docker cp mount setup",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Moby container framework where a race condition during `docker cp` mount setup could allow a malicious container to overwrite arbitrary host files. Exploitation requires an attacker to have control over a running container, which could lead to data corruption or denial of service on the host system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42306"
},
{
"category": "external",
"summary": "RHBZ#2488484",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488484"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42306",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42306"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42306",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42306"
},
{
"category": "external",
"summary": "https://github.com/moby/moby/security/advisories/GHSA-rg2x-37c3-w2rh",
"url": "https://github.com/moby/moby/security/advisories/GHSA-rg2x-37c3-w2rh"
}
],
"release_date": "2026-06-12T18:09:22.188000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/docker/docker: github.com/moby/moby: Moby container framework: Host file overwrite via race condition in docker cp mount setup"
},
{
"cve": "CVE-2026-42499",
"cwe": {
"id": "CWE-1046",
"name": "Creation of Immutable Text Using String Concatenation"
},
"discovery_date": "2026-05-07T20:00:51.685602+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467809"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net/mail` package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the `consumePhrase` function, it can lead to excessive resource consumption due to quadratic string concatenation, resulting in a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the `net/mail` package of the Go standard library. A remote attacker can exploit this flaw by sending specially crafted email addresses, leading to excessive resource consumption and a denial of service in Go applications that parse email addresses using the affected library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42499"
},
{
"category": "external",
"summary": "RHBZ#2467809",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467809"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42499",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42499"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42499"
},
{
"category": "external",
"summary": "https://go.dev/cl/771520",
"url": "https://go.dev/cl/771520"
},
{
"category": "external",
"summary": "https://go.dev/issue/78987",
"url": "https://go.dev/issue/78987"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4977",
"url": "https://pkg.go.dev/vuln/GO-2026-4977"
}
],
"release_date": "2026-05-07T19:41:18.615000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/mail: golang: net/mail: Denial of Service via pathological email address parsing"
},
{
"cve": "CVE-2026-42508",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-05-22T04:01:49.515058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480688"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh/knownhosts. This vulnerability occurs because the system did not correctly check for the revocation status of a SignatureKey belonging to a Certificate Authority (CA). A remote attacker could potentially exploit this by presenting a revoked key, leading to the system accepting it as valid. This could allow an attacker to bypass security checks and potentially gain unauthorized access or spoof legitimate entities.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/knownhosts: golang: golang.org/x/crypto/ssh/knownhosts: Revocation bypass via unchecked SignatureKey",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A flaw in `golang.org/x/crypto/ssh/knownhosts` allows a remote attacker to bypass security checks. This vulnerability arises because the system fails to properly verify the revocation status of a Certificate Authority (CA) `SignatureKey`. In Red Hat environments, this could enable an attacker to present a revoked key, leading to its acceptance as valid and potentially granting unauthorized access or facilitating the spoofing of legitimate entities.",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42508"
},
{
"category": "external",
"summary": "RHBZ#2480688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480688"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42508",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42508"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42508",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42508"
},
{
"category": "external",
"summary": "https://go.dev/cl/781220",
"url": "https://go.dev/cl/781220"
},
{
"category": "external",
"summary": "https://go.dev/issue/79568",
"url": "https://go.dev/issue/79568"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5021",
"url": "https://pkg.go.dev/vuln/GO-2026-5021"
}
],
"release_date": "2026-05-22T02:31:27.644000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/knownhosts: golang: golang.org/x/crypto/ssh/knownhosts: Revocation bypass via unchecked SignatureKey"
},
{
"cve": "CVE-2026-44740",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-06-01T17:01:53.685793+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2483894"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Billy, an interface filesystem abstraction for Go. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing crafted or malformed input. The issue arises from insufficient validation and missing safety mechanisms when processing untrusted repository data and filesystem structures, leading to panics, infinite loops, uncontrolled recursion, or excessive resource consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-git/go-billy: Billy: Denial of Service via crafted input due to insufficient validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is rated as an Important severity issue. The `go-billy` library, a Go filesystem abstraction, is vulnerable to a denial of service when processing crafted or malformed input, such as untrusted repository data or filesystem structures. Insufficient validation and missing safety mechanisms can lead to panics, infinite loops, or excessive resource consumption, potentially impacting the availability of applications that rely on this library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44740"
},
{
"category": "external",
"summary": "RHBZ#2483894",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2483894"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44740",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44740"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44740",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44740"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-billy/releases/tag/v5.9.0",
"url": "https://github.com/go-git/go-billy/releases/tag/v5.9.0"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-billy/releases/tag/v6.0.0-alpha.1",
"url": "https://github.com/go-git/go-billy/releases/tag/v6.0.0-alpha.1"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-billy/security/advisories/GHSA-m3xc-h892-ggx6",
"url": "https://github.com/go-git/go-billy/security/advisories/GHSA-m3xc-h892-ggx6"
}
],
"release_date": "2026-06-01T16:04:50.358000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "To mitigate the issue, we suggest upgrading to versions 5.9.0+ or 6.0.0-alpha.1+",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-git/go-billy: Billy: Denial of Service via crafted input due to insufficient validation"
},
{
"cve": "CVE-2026-46595",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-05-22T04:01:52.215134+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. Source-address validation can be skipped when an SSH server configuration uses an authentication callback type other than public key, allowing authorization bypass in misconfigured servers. This is a follow-on to incomplete coverage from the CVE-2024-45337 fix.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Authorization bypass due to skipped source-address validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "golang.org/x/crypto/ssh is vulnerable to authorization bypass when SSH server configurations rely on source-address validation alongside non-public-key authentication callbacks. An attacker with low privileges who can authenticate through such a callback path may bypass intended source-address restrictions and gain unauthorized SSH access. Red Hat impact sits in services built with affected x/crypto/ssh, including RHEL golang streams, hummingbird Go toolchains, RHACM/MCE agents, and OpenShift or Ceph components that embed Go SSH servers with mixed callback types.",
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46595"
},
{
"category": "external",
"summary": "RHBZ#2480689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46595",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46595"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46595",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46595"
},
{
"category": "external",
"summary": "https://go.dev/cl/781642",
"url": "https://go.dev/cl/781642"
},
{
"category": "external",
"summary": "https://go.dev/issue/79570",
"url": "https://go.dev/issue/79570"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5023",
"url": "https://pkg.go.dev/vuln/GO-2026-5023"
}
],
"release_date": "2026-05-22T02:31:27.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Authorization bypass due to skipped source-address validation"
},
{
"cve": "CVE-2026-46597",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2026-05-22T04:01:21.721980+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480678"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in `golang.org/x/crypto/ssh` allows a remote attacker to trigger a server-side panic by sending specially crafted inputs to the AES-GCM packet decoder. This vulnerability could lead to service unavailability in Red Hat products that incorporate and expose SSH services built with the affected `golang.org/x/crypto/ssh` component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "RHBZ#2480678",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480678"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://go.dev/cl/781620",
"url": "https://go.dev/cl/781620"
},
{
"category": "external",
"summary": "https://go.dev/issue/79561",
"url": "https://go.dev/issue/79561"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5013",
"url": "https://pkg.go.dev/vuln/GO-2026-5013"
}
],
"release_date": "2026-05-22T02:31:26.754000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"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": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs"
},
{
"cve": "CVE-2026-53488",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-07-01T02:01:09.589815+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2495815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) plugin, which manages container operations, fails to validate labels propagated from an image configuration to a container. This oversight could enable an attacker to execute arbitrary commands on the host system through a plugin that processes these unvalidated labels. The primary impact is host-root command execution, allowing unauthorized control over the underlying system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd: Host-root command execution via unvalidated image config labels in CRI plugin",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in containerd where the CRI plugin propagates labels from an image configuration (LABEL instruction in a Dockerfile) to a container without validation. This may result in executing an arbitrary command on the host via a plugin that consumes container labels for operations, such as the restart-monitor binary:// logger. An attacker who can cause a crafted container image to be pulled and run can achieve host-level code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-53488"
},
{
"category": "external",
"summary": "RHBZ#2495815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2495815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-53488",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53488"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53488",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53488"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-xhf5-7wjv-pqxp",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-xhf5-7wjv-pqxp"
}
],
"release_date": "2026-07-01T00:11:20.610000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
},
{
"category": "workaround",
"details": "Restrict container image pulls to trusted registries using admission policies or image signature verification. Where containerd is used as the container runtime, disable or restrict the binary:// logger URI scheme in the containerd configuration to prevent the label-to-logger attack path.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd: Host-root command execution via unvalidated image config labels in CRI plugin"
},
{
"cve": "CVE-2026-53492",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-01T19:01:34.238078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2496130"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd, an open-source container runtime. The Container Runtime Interface (CRI) implementation, which allows Kubernetes to interact with container runtimes, improperly trusts Container Device Interface (CDI) annotations found within untrusted checkpoint image metadata during container restoration. This vulnerability enables a user with permissions to create pods to bypass standard Kubernetes resource allocation and device plugin enforcement. Consequently, an attacker can inject arbitrary CDI edits, such as device nodes and host mounts, into the restored container, potentially leading to unauthorized resource access or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd: Security bypass via Container Device Interface (CDI) annotation smuggling during checkpoint restoration.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated as Important. In Red Hat OpenShift Container Platform, a user with pod creation permissions could bypass standard Kubernetes resource allocation and device plugin enforcement. This is due to containerd\u0027s Container Runtime Interface (CRI) improperly trusting Container Device Interface (CDI) annotations during container restoration. Exploitation requires CDI to be enabled on the node and a matching host CDI specification for the requested device.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"known_not_affected": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-53492"
},
{
"category": "external",
"summary": "RHBZ#2496130",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2496130"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-53492",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53492"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53492",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53492"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-33vj-92qq-66hc",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-33vj-92qq-66hc"
}
],
"release_date": "2026-07-01T17:59:12.552000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T07:31:01+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51033"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:31a22af5fb2d2767267b80b3c15dab1ed0c2620eb1d33ffa4c4c24ca57071cf9_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:48a9021e3e559028b47eb049452df977177c93093d59131098ac0b6b10026213_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:56a93ad53df1c0445b3fee293ab42caa375f88b72872d8fb844efeb114869eaa_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-cli-binaries-rhel9@sha256:93fa051884d7ca638e8aee7244dc1635e1b1d07d05d7e7098fee24aae642afb4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4d763201b2daa4fe2e7f74fb42671e9752b9c301272b357d9e810420a617aff2_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4f2300a741dd4e84bf99b1ff738a00fddd52b75db4b69ad42f3faf47e8ae3e75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:956de2cb9012bb5d0cc0eee438e58dab3090f445617aa4f3361dbe7f9f151eb0_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:cf80473217c222c4e5cc7451f5a256422b553e01df03113b758e4172c3a3b5f3_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-operator-bundle@sha256:bf818a9af2dc1e22b2c24d07d8e52f65453b529076277fb3eb26069aa4ad3484_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:54db3ee0284dbebea5017981abb6f7c710d7f1c505389931290d39a926cc805e_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:5c0f39a8d788109cf25cee0fa5d0f62024303a7f396b011ea257a4d89ba062cb_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:b38f0ae8f13ad9f9c8088d46b1e38b1348976dbfae03338cacf84c9f3ff7d6a3_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-rhel9-operator@sha256:c2ad30f62435ccf5250dab6e6e8286ca733cd513c8ab98b9d59ae3f20f606d10_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:1f2aa602270f1997e13f242fc75c52356de0c24ba68640b042e5d16280901e44_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2e742bb7f42f63c253d8c027783f4722e5c140ca9f2fe9872cb874c2886535b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:4c20843755e2706f863274be9159a5e8e07895af8f70518b95bff5daf441e78e_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-aws-rhel9@sha256:b26b7bc0844ba584035ede98486feead55b5066667e068d05fcbeb6cc971b0e6_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:345f3aa4c15440f3a49513a2f49631799a0d9dda8ff1f3cd114adbc1e9d996c5_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:46227e86cc58f7b19655017b313bc8bcdd38f1f78d4f52f4a68428dfc54e3dfc_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9e2cde3376ceec8f2794102f2b9834298eda10c9f7fe947c56f684fd493d8a75_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-csi-rhel9@sha256:e23a3ed44476b29116abc947f84e0134800ac5a3a97a4d7b6338d02a77940552_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:19b74fe19c3e183f37af9f8db97eb7ab858c46c6c5bf6c10154f622948dd327b_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:43f70e447a16f13fb6f54c3b5b924ca475be3aa6e5af8cc5445728488e2d6025_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fa94619dec5548247a1b304e060094e07878276a6ee1351010d0a4cae5023af1_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd943aa4cdb7f56dd2b3a5ed30d4ba635e2c238e4cb5e8577671d301ef3129ab_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:39fc14634b12f9fe479aaf5158d3045fc12df6f5b5b9abb9dbe041b49ac2e330_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:40f8b07eaceb45648f8d8c3c05aea3ea297c7a6ad3fa03d5d584a9794a1e37b2_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7ec0bb0c482b26eacd316064ab574b4e3222c738bb6fd93c7cdb256a78e9914e_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:bd3c7d05d5fbf4ee07809b5698c80a1a0d36b6f3742210239615221603e3fcb2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:67a46a2e5009d48b84a206a8a6c6ef240356f2eb45aa035e660875601d34f4e4_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:6d17bf782abba341a8c1ffe638a498cd6c6e71c2791633d4b01b516702fdadaf_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:7498539ff18032e50df1c8641d1aa0993b0068276fd4770140d844b22dd020b7_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-plugin-rhel9@sha256:c612178391540c6f2f29281b01c6bb3abc6c659872b9a8652e599c8f4ee4bfa2_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:36c85ae99ee17573a3e851cf1b3a60c5c75be3789d3ab2ddcfd9faf89b45a352_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:378da075a87da97c186d6b069ceba23b8ce50b8fc183f89bc6775c9a0c93d92c_s390x",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:aebba180f2693a7833fd76168a9eb7b532e026e40076003ceb0a3a9d98e9bc70_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-restic-restore-helper-rhel9@sha256:be6ee9a26cfbc7420c83970f228c1d5fa90cf78ea6c4026e71e2fd0222db8207_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:391767c3af8ae4acb6d1b0fa94e194def61452ba95e3a1e6cd73ef725cf651ca_ppc64le",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:4de257f9bcb8361aeaad6ff569de2c489b2cb2b5cf03eecd5a4f203bea589cc0_amd64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9677eab53d4c0ef23c5e4b62f4a308990f3f14aac9be3b97297861ef7517a296_arm64",
"OpenShift API for Data Protection 1.3:registry.redhat.io/oadp/oadp-velero-rhel9@sha256:9e6cbcb72af1a9b2b3843d69e5fabcc967acb7ad55c377c1c011b2214aacc3c5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd: Security bypass via Container Device Interface (CDI) annotation smuggling during checkpoint restoration."
}
]
}
RHSA-2026:5110
Vulnerability from csaf_redhat - Published: 2026-03-19 10:27 - Updated: 2026-08-22 08:39A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64 | — |
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64 | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64 | — | ||
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64 | — |
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64 | — |
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64 | — |
Workaround
|
A flaw was found in nats-server. The WebSockets implementation fails to enforce a memory allocation limit during the decompression of WebSocket messages. A malicious compressed payload allows an attacker to cause an excessive memory consumption, eventually resulting in a server crash and a complete denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Multicluster Global Hub v1.5.4 general availability release images, which provide security fixes, bug fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact of Important. \nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat multicluster global hub is a set of components that enable you to import one or more hub clusters and manage them from a single hub cluster.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5110",
"url": "https://access.redhat.com/errata/RHSA-2026:5110"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27137",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27571",
"url": "https://access.redhat.com/security/cve/CVE-2026-27571"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5110.json"
}
],
"title": "Red Hat Security Advisory: Multicluster Global Hub 1.5.4 security update",
"tracking": {
"current_release_date": "2026-08-22T08:39:27+00:00",
"generator": {
"date": "2026-08-22T08:39:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:5110",
"initial_release_date": "2026-03-19T10:27:09+00:00",
"revision_history": [
{
"date": "2026-03-19T10:27:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-15T05:55:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:39:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat multicluster global hub 1.5.1",
"product": {
"name": "Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_globalhub:1.5::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat multicluster global hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3Ad28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3Aa57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3Aadfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-operator-bundle@sha256%3A4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773652587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3Aecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3A574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649705"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3A7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3A9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3Aa10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3A01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3Ad13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649705"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3Acc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3A1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3A0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3A32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3Ab8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649705"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-grafana-rhel9@sha256%3Af8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-agent-rhel9@sha256%3A64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-manager-rhel9@sha256%3Ac045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773650749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-rhel9-operator@sha256%3A84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"product_id": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-globalhub-postgres-exporter-rhel9@sha256%3Abace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-globalhub\u0026tag=1773649705"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64 as a component of Red Hat multicluster global hub 1.5.1",
"product_id": "Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64",
"relates_to_product_reference": "Red Hat multicluster global hub 1.5.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
],
"known_not_affected": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T10:27:09+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/multicluster_global_hub/index",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5110"
},
{
"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": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
],
"known_not_affected": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T10:27:09+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/multicluster_global_hub/index",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5110"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64"
],
"known_not_affected": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T10:27:09+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/multicluster_global_hub/index",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5110"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64"
],
"known_not_affected": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T10:27:09+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/multicluster_global_hub/index",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5110"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64"
],
"known_not_affected": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T10:27:09+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/multicluster_global_hub/index",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5110"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64"
],
"known_not_affected": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T10:27:09+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/multicluster_global_hub/index",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5110"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-27571",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-02-24T17:04:11.684134+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442401"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in nats-server. The WebSockets implementation fails to enforce a memory allocation limit during the decompression of WebSocket messages. A malicious compressed payload allows an attacker to cause an excessive memory consumption, eventually resulting in a server crash and a complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nats-server: WebSockets pre-auth memory DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw does not require valid NATS credentials to be exploited as the use of compression is negotiated before the authentication process. However, only deployments using WebSockets and that are exposed to untrusted network endpoints are vulnerable to this issue, limiting its exposure. Due to these reasons, this issue has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64"
],
"known_not_affected": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27571"
},
{
"category": "external",
"summary": "RHBZ#2442401",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442401"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27571",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27571"
},
{
"category": "external",
"summary": "https://github.com/nats-io/nats-server/commit/f77fb7c4535e6727cc1a2899cd8e6bbdd8ba2017",
"url": "https://github.com/nats-io/nats-server/commit/f77fb7c4535e6727cc1a2899cd8e6bbdd8ba2017"
},
{
"category": "external",
"summary": "https://github.com/nats-io/nats-server/releases/tag/v2.11.12",
"url": "https://github.com/nats-io/nats-server/releases/tag/v2.11.12"
},
{
"category": "external",
"summary": "https://github.com/nats-io/nats-server/releases/tag/v2.12.3",
"url": "https://github.com/nats-io/nats-server/releases/tag/v2.12.3"
},
{
"category": "external",
"summary": "https://github.com/nats-io/nats-server/security/advisories/GHSA-qrvq-68c2-7grw",
"url": "https://github.com/nats-io/nats-server/security/advisories/GHSA-qrvq-68c2-7grw"
}
],
"release_date": "2026-02-24T15:59:17.926000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T10:27:09+00:00",
"details": "For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation:\n\nhttps://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.14/html/multicluster_global_hub/index",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5110"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:1e950fd906277c3bafaffa140dc387b14d07d2a818c18638b98d03c21cb618fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:64543029a7895652884f31bc0d94cd39868617b1c47bb5cae5e5fa23689e4480_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:9850fe55e07917fc01f1562f3e4ba555c7c1a7ee9bc93edb3ec6e47b45671163_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-agent-rhel9@sha256:a57734fe379ec378107c03068b4fce04ae186656352c810b5db2b91bf8ca1eb1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7a5453ebb841bfcaae1b15c823a6ca2e4714d4028a457d5687d412ee568c2062_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cc48d9258a74255d7b46dbba8550a224fa97dc5f5fe095093d6e72e1a22a8461_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d28a834892e0339001e0c414ad1eb697a9d822e5638b8422ae6f2950036bb858_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f8d74fced944874bb10872332c1fb3884b03cb68449ffad4bb8633d70e700745_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:0f39666f8f6365d09cd0716348344adb091fa47171810fbf821088b5a12978fd_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:a10ba2206c5d95f2df3e198ddc002ee354272e8660acb4ea68797083f35dba6d_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:adfa7c9d11670bf55289595d6d21124741586c1116e3f5427a5fd350e140d094_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-manager-rhel9@sha256:c045f9b0e496240b907d0ba572fc1bbd0a12e1510115ff1884e3a7226206500c_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-operator-bundle@sha256:4a587f8153ff2a466414fb69e288f754da2b9f43154ba1ede5e9493a6d43c587_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:574a52d17bd38da7882a32dedbb991ce81b5a67b8fdffe68e51ca477f790d0e1_amd64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:b8c5202df848f0b13960183434c382ae188ed2fa728bc5437e47622ec948c443_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:bace0a9040688db829cccfd83579e0a88ab08991b2ff6dc1064af72a14d5b2f7_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-postgres-exporter-rhel9@sha256:d13900e0094bac295a523436594d568101888ab10732c297c4ab01ad92d5a296_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:01162aa8ce5c48b47301fd4c9a6835fda1b36358804c3ad50a5230fd151d2916_ppc64le",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:32009013a53f53faeb9107e06f8c654cdaaaa1233bcecdee290e9592df77b968_s390x",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:84eb26e40548fbeba8e3b0a85dd167d74c2cdc0909523d25e4942fe22e77eebb_arm64",
"Red Hat multicluster global hub 1.5.1:registry.redhat.io/multicluster-globalhub/multicluster-globalhub-rhel9-operator@sha256:ecb1b97101f371f6159e3ca2eecb8be0fb04019ce379e5cc7936c146150cc36c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nats-server: WebSockets pre-auth memory DoS"
}
]
}
RHSA-2026:51288
Vulnerability from csaf_redhat - Published: 2026-08-06 20:33 - Updated: 2026-08-22 08:39A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
A flaw was found in golang.org/x/crypto/ssh/knownhosts. This vulnerability occurs because the system did not correctly check for the revocation status of a SignatureKey belonging to a Certificate Authority (CA). A remote attacker could potentially exploit this by presenting a revoked key, leading to the system accepting it as valid. This could allow an attacker to bypass security checks and potentially gain unauthorized access or spoof legitimate entities.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip (CVE-2025-61728)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation (CVE-2026-32281)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n\n* golang.org/x/crypto/ssh/knownhosts: golang: golang.org/x/crypto/ssh/knownhosts: Revocation bypass via unchecked SignatureKey (CVE-2026-42508)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:51288",
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "2480688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480688"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_51288.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-08-22T08:39:27+00:00",
"generator": {
"date": "2026-08-22T08:39:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:51288",
"initial_release_date": "2026-08-06T20:33:18+00:00",
"revision_history": [
{
"date": "2026-08-06T20:33:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-06T20:33:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:39:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.11-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.11-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.11-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.3?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B24590%2Bdb5ff31b.2?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.1.1-5.module%2Bel8.6.0%2B24590%2Bdb5ff31b.2?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.1.1-5.module%2Bel8.6.0%2B24590%2Bdb5ff31b.2?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.0.1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.6.0%2B24505%2B50d764bf.2?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.module%2Bel8.6.0%2B24505%2B50d764bf.2?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.module%2Bel8.6.0%2B24505%2B50d764bf.2?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.5-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.9.5-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.9.5-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.9.5-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.2?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=x86_64\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src (container-tools:rhel8)",
"product_id": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.11-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.3?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@49.1-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.4-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.189.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.1.1-5.module%2Bel8.6.0%2B24590%2Bdb5ff31b.2?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-40.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.9-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.6-1.module%2Bel8.6.0%2B24215%2Bd8cb7679.1?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"product": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src (container-tools:rhel8)",
"product_id": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.0.1-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.6.0%2B24505%2B50d764bf.2?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.9.5-1.module%2Bel8.6.0%2B24590%2Bdb5ff31b.2?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-0.7.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-5.module%2Bel8.6.0%2B24209%2B25a14987?arch=src\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@49.1-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.189.0-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch (container-tools:rhel8)",
"product_id": "podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-8.module%2Bel8.6.0%2B24590%2Bdb5ff31b.6?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.0.1-1.module%2Bel8.6.0%2B24209%2B25a14987?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-5.module%2Bel8.6.0%2B24209%2B25a14987?arch=noarch\u0026rpmmod=container-tools:rhel8:8060020260803064027:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
},
{
"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": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go standard library\u0027s certificate chain building process. Systems utilizing Go applications that process untrusted TLS certificates or X.509 certificate chains are susceptible to resource exhaustion when presented with an excessive number of intermediate certificates, potentially leading to service unavailability. This flaw impacts applications directly using `crypto/x509` or `crypto/tls`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A flaw in the Go `crypto/tls` package allows a remote attacker to cause a denial of service in applications using TLS 1.3. By sending multiple key update messages in a single record post-handshake, an attacker can trigger a connection deadlock, leading to uncontrolled resource consumption. This impacts Red Hat products utilizing the affected Go standard library for TLS 1.3 connections.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Go `crypto/x509` package that could allow an attacker to bypass certificate validation. The vulnerability arises from an incorrect application of excluded DNS constraints to wildcard DNS Subject Alternative Names (SANs) when their case differs from the constraint. This could lead to Red Hat products accepting malicious certificates from otherwise trusted chains, compromising the trust model.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-42508",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-05-22T04:01:49.515058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480688"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh/knownhosts. This vulnerability occurs because the system did not correctly check for the revocation status of a SignatureKey belonging to a Certificate Authority (CA). A remote attacker could potentially exploit this by presenting a revoked key, leading to the system accepting it as valid. This could allow an attacker to bypass security checks and potentially gain unauthorized access or spoof legitimate entities.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/knownhosts: golang: golang.org/x/crypto/ssh/knownhosts: Revocation bypass via unchecked SignatureKey",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A flaw in `golang.org/x/crypto/ssh/knownhosts` allows a remote attacker to bypass security checks. This vulnerability arises because the system fails to properly verify the revocation status of a Certificate Authority (CA) `SignatureKey`. In Red Hat environments, this could enable an attacker to present a revoked key, leading to its acceptance as valid and potentially granting unauthorized access or facilitating the spoofing of legitimate entities.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42508"
},
{
"category": "external",
"summary": "RHBZ#2480688",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480688"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42508",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42508"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42508",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42508"
},
{
"category": "external",
"summary": "https://go.dev/cl/781220",
"url": "https://go.dev/cl/781220"
},
{
"category": "external",
"summary": "https://go.dev/issue/79568",
"url": "https://go.dev/issue/79568"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5021",
"url": "https://pkg.go.dev/vuln/GO-2026-5021"
}
],
"release_date": "2026-05-22T02:31:27.644000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-06T20:33:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:51288"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.AUS:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.AUS:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:aardvark-dns-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-debugsource-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:buildah-tests-debuginfo-1:1.26.11-1.module+el8.6.0+24590+db5ff31b.3.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:cockpit-podman-0:49.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debuginfo-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:conmon-debugsource-2:2.1.4-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:container-selinux-2:2.189.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debuginfo-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containernetworking-plugins-debugsource-1:1.1.1-5.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:containers-common-2:1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crit-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-debugsource-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-devel-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:criu-libs-debuginfo-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debuginfo-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:crun-debugsource-0:1.14.3-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debuginfo-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:fuse-overlayfs-debugsource-0:1.9-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debuginfo-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-debugsource-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:libslirp-devel-0:4.4.0-1.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:netavark-2:1.0.1-40.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debuginfo-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:oci-seccomp-bpf-hook-debugsource-0:1.2.6-1.module+el8.6.0+24215+d8cb7679.1.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-catatonit-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-debugsource-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-docker-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-gvproxy-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-plugins-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-remote-debuginfo-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:podman-tests-2:4.2.0-8.module+el8.6.0+24590+db5ff31b.6.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-criu-0:3.15-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:python3-podman-0:4.0.1-1.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debuginfo-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:runc-debugsource-1:1.2.9-1.module+el8.6.0+24505+50d764bf.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debuginfo-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-debugsource-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:skopeo-tests-2:1.9.5-1.module+el8.6.0+24590+db5ff31b.2.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debuginfo-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:slirp4netns-debugsource-0:1.2.0-3.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.src::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debuginfo-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-debugsource-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:toolbox-tests-0:0.0.99.3-0.7.module+el8.6.0+24209+25a14987.x86_64::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.noarch::container-tools:rhel8",
"AppStream-8.6.0.Z.EUS.EXTENSION:udica-0:0.2.6-5.module+el8.6.0+24209+25a14987.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/knownhosts: golang: golang.org/x/crypto/ssh/knownhosts: Revocation bypass via unchecked SignatureKey"
}
]
}
RHSA-2026:5146
Vulnerability from csaf_redhat - Published: 2026-03-19 16:04 - Updated: 2026-08-22 08:39A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for yggdrasil is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "yggdrasil is a system daemon that subscribes to topics on an MQTT broker and routes any data received on the topics to an appropriate child \"worker\" process, exchanging data with its worker processes through a D-Bus message broker.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5146",
"url": "https://access.redhat.com/errata/RHSA-2026:5146"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5146.json"
}
],
"title": "Red Hat Security Advisory: yggdrasil security update",
"tracking": {
"current_release_date": "2026-08-22T08:39:29+00:00",
"generator": {
"date": "2026-08-22T08:39:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:5146",
"initial_release_date": "2026-03-19T16:04:46+00:00",
"revision_history": [
{
"date": "2026-03-19T16:04:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T16:04:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:39:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.src",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.src",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-3.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"product": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"product_id": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-3.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-3.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"product": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"product_id": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-3.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-3.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"product": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"product_id": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-3.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.8-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.8-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.8-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.8-3.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"product": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"product_id": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.8-3.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"relates_to_product_reference": "CRB-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"relates_to_product_reference": "CRB-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T16:04:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5146"
},
{
"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": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T16:04:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5146"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T16:04:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5146"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.src",
"AppStream-10.1.Z:yggdrasil-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"AppStream-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debuginfo-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-debugsource-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-devel-0:0.4.8-3.el10_1.x86_64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.aarch64",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.ppc64le",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.s390x",
"CRB-10.1.Z:yggdrasil-examples-debuginfo-0:0.4.8-3.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:5327
Vulnerability from csaf_redhat - Published: 2026-03-23 07:40 - Updated: 2026-08-22 08:39A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for osbuild-composer is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5327",
"url": "https://access.redhat.com/errata/RHSA-2026:5327"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5327.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-08-22T08:39:30+00:00",
"generator": {
"date": "2026-08-22T08:39:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:5327",
"initial_release_date": "2026-03-23T07:40:40+00:00",
"revision_history": [
{
"date": "2026-03-23T07:40:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-23T07:40:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:39:30+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-5.el9_2.x86_64",
"product": {
"name": "osbuild-composer-0:76.1-5.el9_2.x86_64",
"product_id": "osbuild-composer-0:76.1-5.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-5.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"product": {
"name": "osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"product_id": "osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-5.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"product_id": "osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-5.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"product": {
"name": "osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"product_id": "osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-5.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"product_id": "osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-5.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-5.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"product_id": "osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-5.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-5.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-5.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-5.el9_2.src",
"product": {
"name": "osbuild-composer-0:76.1-5.el9_2.src",
"product_id": "osbuild-composer-0:76.1-5.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-5.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-5.el9_2.aarch64",
"product": {
"name": "osbuild-composer-0:76.1-5.el9_2.aarch64",
"product_id": "osbuild-composer-0:76.1-5.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-5.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"product": {
"name": "osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"product_id": "osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-5.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"product_id": "osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-5.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"product": {
"name": "osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"product_id": "osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-5.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"product_id": "osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-5.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-5.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"product_id": "osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-5.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-5.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-5.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-5.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-0:76.1-5.el9_2.ppc64le",
"product_id": "osbuild-composer-0:76.1-5.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-5.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"product_id": "osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-5.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-5.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"product_id": "osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-5.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"product_id": "osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-5.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-5.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"product_id": "osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-5.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-5.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-5.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:76.1-5.el9_2.s390x",
"product": {
"name": "osbuild-composer-0:76.1-5.el9_2.s390x",
"product_id": "osbuild-composer-0:76.1-5.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@76.1-5.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:76.1-5.el9_2.s390x",
"product": {
"name": "osbuild-composer-core-0:76.1-5.el9_2.s390x",
"product_id": "osbuild-composer-core-0:76.1-5.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@76.1-5.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"product_id": "osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@76.1-5.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"product": {
"name": "osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"product_id": "osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@76.1-5.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"product_id": "osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@76.1-5.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@76.1-5.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"product": {
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"product_id": "osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@76.1-5.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@76.1-5.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@76.1-5.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-5.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64"
},
"product_reference": "osbuild-composer-0:76.1-5.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-5.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-0:76.1-5.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-5.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x"
},
"product_reference": "osbuild-composer-0:76.1-5.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-5.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src"
},
"product_reference": "osbuild-composer-0:76.1-5.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:76.1-5.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64"
},
"product_reference": "osbuild-composer-0:76.1-5.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-5.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64"
},
"product_reference": "osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-5.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-5.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x"
},
"product_reference": "osbuild-composer-core-0:76.1-5.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:76.1-5.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64"
},
"product_reference": "osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-5.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64"
},
"product_reference": "osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-5.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-5.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x"
},
"product_reference": "osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:76.1-5.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64"
},
"product_reference": "osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T07:40:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5327"
},
{
"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": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T07:40:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5327"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.src",
"AppStream-9.2.0.Z.E4S:osbuild-composer-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-core-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-debugsource-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-dnf-json-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-tests-debuginfo-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-0:76.1-5.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:osbuild-composer-worker-debuginfo-0:76.1-5.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
}
]
}
RHSA-2026:5394
Vulnerability from csaf_redhat - Published: 2026-03-23 13:04 - Updated: 2026-08-22 08:39A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 | — |
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 | — | ||
| Unresolved product id: Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated container images are now available for director Operator for Red Hat OpenStack Platform 17.1 (Wallaby) for RHEL 9.2.\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenStack Platform provides the facilities for building, deploying and monitoring a private or public infrastructure-as-a-service (IaaS) cloud running on commonly available physical hardware.\n\nThe Red Hat OpenStack Platform (RHOSP) director Operator adds the ability to install and run a RHOSP cloud within OpenShift Container Platform (OCP).\n\nSecurity Fixes:\n * Unexpected session resumption in crypto/tls (CVE-2025-68121)\n * Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n * Excessive resource consumption when printing error string for host certificate validation in crypto/x509 (CVE-2025-61729)\n * Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5394",
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/software/containers/search",
"url": "https://catalog.redhat.com/software/containers/search"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5394.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1 director Operator container images",
"tracking": {
"current_release_date": "2026-08-22T08:39:30+00:00",
"generator": {
"date": "2026-08-22T08:39:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:5394",
"initial_release_date": "2026-03-23T13:04:11+00:00",
"revision_history": [
{
"date": "2026-03-23T13:04:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-15T05:55:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:39:30+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": "Red Hat OpenStack Platform 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": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"product": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"product_id": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-agent@sha256%3A104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel9\u0026tag=1773255177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"product": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"product_id": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-downloader@sha256%3Adfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel9\u0026tag=1773255141"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"product": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"product_id": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-operator-bundle@sha256%3A9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel9\u0026tag=1773259990"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64",
"product": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64",
"product_id": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/osp-director-operator@sha256%3A6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3?arch=amd64\u0026repository_url=registry.redhat.io/rhosp-rhel9\u0026tag=1773255175"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
},
"product_reference": "registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"relates_to_product_reference": "Red Hat OpenStack Platform 17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64"
},
"product_reference": "registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"relates_to_product_reference": "Red Hat OpenStack Platform 17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64"
},
"product_reference": "registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"relates_to_product_reference": "Red Hat OpenStack Platform 17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
},
"product_reference": "registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64",
"relates_to_product_reference": "Red Hat OpenStack Platform 17.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T13:04:11+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog.",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T13:04:11+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog.",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
},
{
"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": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T13:04:11+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog.",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
],
"known_not_affected": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T13:04:11+00:00",
"details": "The container images provided by this update can be downloaded from the Red Hat container registry at registry.redhat.io or registry.access.redhat.com using the \u0027podman pull\u0027 command.\n\nFor more information about the images, search the image name in the Red Hat Ecosystem Catalog.",
"product_ids": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5394"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-agent@sha256:104de5ab607f2da597f8671bbb873e45c7d7c0ececa370f585841022a924aa5c_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-downloader@sha256:dfdc74ce40312f0452b1c88bad6af9501791478ca7e993dc9be08bf80c9df7b6_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator-bundle@sha256:9e6062e860439d2153e9d5cab6d53fab1eef32b8c1f5bdfb89da9e90bac24757_amd64",
"Red Hat OpenStack Platform 17.1:registry.redhat.io/rhosp-rhel9/osp-director-operator@sha256:6c43dc4baff26701f0e818eecd3ee0d85113cb894b0cfc0ddf5bd23bdbfeb9a3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
}
]
}
RHSA-2026:5461
Vulnerability from csaf_redhat - Published: 2026-03-23 17:44 - Updated: 2026-08-22 08:39A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for osbuild-composer is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "An image building service based on osbuild It is inspired by lorax-composer and exposes the same API. As such, it is a drop-in replacement.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5461",
"url": "https://access.redhat.com/errata/RHSA-2026:5461"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5461.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-08-22T08:39:32+00:00",
"generator": {
"date": "2026-08-22T08:39:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:5461",
"initial_release_date": "2026-03-23T17:44:49+00:00",
"revision_history": [
{
"date": "2026-03-23T17:44:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-23T17:44:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:39:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:28.7-5.el8_4.src",
"product": {
"name": "osbuild-composer-0:28.7-5.el8_4.src",
"product_id": "osbuild-composer-0:28.7-5.el8_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@28.7-5.el8_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:28.7-5.el8_4.x86_64",
"product": {
"name": "osbuild-composer-0:28.7-5.el8_4.x86_64",
"product_id": "osbuild-composer-0:28.7-5.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@28.7-5.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"product": {
"name": "osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"product_id": "osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@28.7-5.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"product": {
"name": "osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"product_id": "osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@28.7-5.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"product_id": "osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@28.7-5.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@28.7-5.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"product": {
"name": "osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"product_id": "osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debuginfo@28.7-5.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@28.7-5.el8_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@28.7-5.el8_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:28.7-5.el8_4.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src"
},
"product_reference": "osbuild-composer-0:28.7-5.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:28.7-5.el8_4.src as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src"
},
"product_reference": "osbuild-composer-0:28.7-5.el8_4.src",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T17:44:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5461"
},
{
"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": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T17:44:49+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5461"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.AUS:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.AUS:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.src",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-core-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-debugsource-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-tests-debuginfo-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-0:28.7-5.el8_4.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:osbuild-composer-worker-debuginfo-0:28.7-5.el8_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
}
]
}
RHSA-2026:54757
Vulnerability from csaf_redhat - Published: 2026-08-13 23:45 - Updated: 2026-08-22 08:40A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
A flaw was found in OpenStack Keystone. This vulnerability allows an attacker to obtain a valid OpenStack's Keystone token, leading to access to unauthorized resources or privilege escalation within the OpenStack instance via sending a valid AWS (Amazon Web Services) signature to the /v3/ec2tokens or /v3/s3tokens API (Application Programming Interface) endpoints.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
A flaw in OpenStack Nova’s interaction with the qemu-img utility allows an authenticated user to overwrite arbitrary files on the compute host. This occurs because Nova invokes qemu-img without strictly constraining the disk image format, enabling a malicious user to craft a QCOW2 header on a raw disk and trigger destructive behavior during instance operations such as resize.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in etcd, a distributed key-value store. Unauthorized users can bypass authentication or authorization checks when the gRPC API is exposed to untrusted clients. This allows them to access sensitive cluster topology information, disrupt operations through alarms, interfere with lease management, and trigger data compaction, leading to permanent data loss and disruption of critical workflows. This vulnerability can result in information disclosure and denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in OpenStack Keystone. An authenticated user with a reader role can exploit a vulnerability in the EC2 credential creation endpoint. By using a restricted application credential to call the EC2 credential creation API, the user may obtain EC2/S3 credentials that carry the full set of the parent user's S3 permissions. This effectively bypasses the role restrictions imposed on the application credential, leading to unauthorized access and privilege escalation. This issue affects deployments that use restricted application credentials in combination with the EC2/S3 compatibility API.
CWE-266 - Incorrect Privilege Assignment| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — | ||
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — | ||
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in OpenStack Glance. An authenticated user can exploit a Server-Side Request Forgery (SSRF) vulnerability within the web-download import feature. This vulnerability stems from inadequate validation of Uniform Resource Identifiers (URIs), which can be circumvented using HTTP redirects or alternative IP encodings. Successful exploitation allows an attacker to gain unauthorized access to internal network resources and potentially exfiltrate sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in golang.org/x/net/idna. ToASCII and ToUnicode incorrectly accept Punycode-encoded labels that decode to an ASCII-only hostname (for example, xn--example-.com returns example.com instead of an error). Applications that validate the ASCII form then convert to Unicode may grant access to a restricted hostname the ASCII check would have rejected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in Erlang OTP's public_key module. This vulnerability (CWE-295), related to improper certificate validation, allows a non-Certificate Authority (CA) certificate to be accepted as an intermediate issuer. A remote attacker, holding an end-entity certificate issued by a trusted CA, can exploit this by forging leaf certificates for arbitrary identities. This can lead to compromised server identity verification on the client side and client certificate verification on mutual Transport Layer Security (mTLS) servers, undermining the trust in certificate-based authentication.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in Erlang OTP public_key. This improper certificate validation vulnerability allows a subordinate Certificate Authority (CA) with restricted DNS nameConstraints to bypass these restrictions. By issuing a leaf certificate that lacks a Subject Alternative Name (SAN) but contains a crafted CommonName (CN), an attacker can trick an Erlang OTP TLS client into accepting it as valid for an out-of-scope hostname. This can lead to hostname spoofing and potential man-in-the-middle attacks, compromising the integrity and confidentiality of communications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in OpenStack Keystone. An attacker holding an unrestricted application credential could exploit a vulnerability in the POST /v3/credentials endpoint where the caller-supplied project_id for an EC2-type credential was not validated against the project of the authenticating application credential. This allows the attacker to create an EC2 credential targeting a different project. Subsequently, a /v3/ec2tokens exchange would issue a Keystone token scoped to the targeted project, enabling unauthorized cross-project access and lateral movement within the credential owner's role footprint.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Workaround
|
A flaw was found in OpenStack oslo.messaging. The RabbitMQ driver does not properly verify the hostname of the message broker when establishing a TLS (Transport Layer Security) connection. An attacker capable of intercepting control-plane network traffic can exploit this vulnerability to impersonate the RabbitMQ broker. This allows the attacker to perform a man-in-the-middle attack, potentially leading to the disclosure or manipulation of sensitive RPC (Remote Procedure Call) and notification traffic.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat OpenStack Platform 16.2 (Train) is now available.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenStack Platform provides the facilities for building, deploying and monitoring a private or public infrastructure-as-a-service (IaaS) cloud running on commonly available physical hardware.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* openstack-nova-compute: Arbitrary Host File Overwrite via Unconstrained qemu-img Format Handling in OpenStack Nova (CVE-2026-24708)\n\n* pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID (CVE-2026-23490)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption (CVE-2025-68121)\n\n* openstack-glance: OpenStack Glance: Server-Side Request Forgery leading to unauthorized internal network access (CVE-2026-34881)\n\n* crypto/x509: Incorrect enforcement of email constraints in crypto/x509 (CVE-2026-27137)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\n* google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation (CVE-2026-33186)\n\n* etcd: etcd: Authorization bypass allows information disclosure and denial of service (CVE-2026-33413)\n\n* crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation (CVE-2026-32281)\n\n* crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application (CVE-2026-33810)\n\n* golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root (CVE-2026-32282)\n\n* crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages (CVE-2026-32283)\n\n* crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building (CVE-2026-32280)\n\n* net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME (CVE-2026-33811)\n\n* golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing (CVE-2026-39821)\n\n* erlang: Erlang OTP public_key: Certificate chain forgery via improper trust chain validation (CVE-2026-42789)\n\n* crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries (CVE-2026-27145)\n\n* oslo.messaging: openstack: OpenStack oslo.messaging: Man-in-the-middle attack via improper TLS hostname verification (CVE-2026-44393)\n\n* erlang: Erlang OTP public_key: Certificate validation bypass allows hostname spoofing (CVE-2026-42790)\n\n* openstack-keystone: OpenStack Keystone: Unauthorized access and privilege escalation via AWS signature validation flaw (CVE-2025-65073)\n\n* OpenStack Keystone: OpenStack Keystone: Unauthorized cross-project access due to improper validation in EC2 credential creation (CVE-2026-43001)\n\n* openstack-keystone: OpenStack Keystone: Privilege escalation through EC2 credential creation (CVE-2026-33551)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:54757",
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2415344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415344"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2430312",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430312"
},
{
"category": "external",
"summary": "2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2440368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440368"
},
{
"category": "external",
"summary": "2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "2451037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451037"
},
{
"category": "external",
"summary": "2451728",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451728"
},
{
"category": "external",
"summary": "2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "2464305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464305"
},
{
"category": "external",
"summary": "2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "2480756",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480756"
},
{
"category": "external",
"summary": "2482093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482093"
},
{
"category": "external",
"summary": "2482286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482286"
},
{
"category": "external",
"summary": "2484207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
},
{
"category": "external",
"summary": "2484835",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484835"
},
{
"category": "external",
"summary": "OSPRH-20808",
"url": "https://issues.redhat.com/browse/OSPRH-20808"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_54757.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 16.2 security advisory",
"tracking": {
"current_release_date": "2026-08-22T08:40:58+00:00",
"generator": {
"date": "2026-08-22T08:40:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:54757",
"initial_release_date": "2026-08-13T23:45:16+00:00",
"revision_history": [
{
"date": "2026-08-13T23:45:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-13T23:45:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:40:58+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 16.2",
"product": {
"name": "Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.2::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 16.2",
"product": {
"name": "Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-CINDERLIB-16.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.2::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 16.2",
"product": {
"name": "Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.2::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 16.2",
"product": {
"name": "Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-TOOLS-16.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:16.2::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"product": {
"name": "collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"product_id": "collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-1.1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyasn1-0:0.4.6-4.el8ost.src",
"product": {
"name": "python-pyasn1-0:0.4.6-4.el8ost.src",
"product_id": "python-pyasn1-0:0.4.6-4.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyasn1@0.4.6-4.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "erlang-0:23.3.4.18-2.el8ost.src",
"product": {
"name": "erlang-0:23.3.4.18-2.el8ost.src",
"product_id": "erlang-0:23.3.4.18-2.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang@23.3.4.18-2.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"product": {
"name": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"product_id": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-glance@19.0.5-2.20260512165254.eb6ad61.el8ost?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"product": {
"name": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"product_id": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-cinder@15.6.1-2.20250708154832.299553a.el8ost?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"product": {
"name": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"product_id": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova@20.6.2-2.20260317135026.8a24acd.el8ost?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"product": {
"name": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"product_id": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tripleo-common@11.7.1-2.20251029134905.e189622.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"product": {
"name": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"product_id": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-haproxy@4.1.1-2.20250728141134.df96ffc.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"product": {
"name": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"product_id": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-git@0.5.0-2.20250728140843.4e4498e.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"product": {
"name": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"product_id": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-keystone@16.0.3-2.20260616134936.9d699a7.el8ost?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"product": {
"name": "openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"product_id": "openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-swift@2.23.4-2.20260121154927.70b68db.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"product": {
"name": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"product_id": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-inifile@3.1.1-2.20250728133040.91efced.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"product": {
"name": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"product_id": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-module-data@0.5.1-2.20250728142646.28dafce.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"product": {
"name": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"product_id": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-apache@5.1.1-2.20250728133931.1fa9b1c.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"product": {
"name": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"product_id": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-java@5.0.2-2.20250804144904.e57cbc8.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"product": {
"name": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"product_id": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-corosync@6.0.2-2.20250728134759.961add3.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"product": {
"name": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"product_id": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-datacat@0.6.3-2.20250728140400.5cce8f2.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"product": {
"name": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"product_id": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tripleo-heat-templates@11.6.1-2.20251125134914.9adcac6.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"product": {
"name": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"product_id": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tempest@26.1.0-2.20250728145114.271f820.el8ost?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"product": {
"name": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"product_id": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-firewall@3.4.1-2.20250728144450.94f707c.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"product": {
"name": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"product_id": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-concat@6.1.1-2.20250728133127.9baa8fc.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"product": {
"name": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"product_id": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-ipaclient@2.5.2-2.20250728141812.b086731.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"product": {
"name": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"product_id": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-keepalived@0.0.2-2.20250728142002.bbca37a.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"product": {
"name": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"product_id": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-stdlib@6.1.1-2.20250728131928.5aa891c.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"product": {
"name": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"product_id": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-rabbitmq@10.1.2-2.20250728144344.8b9b006.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"product": {
"name": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"product_id": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-remote@10.0.0-2.20250728135533.7420908.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"product": {
"name": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"product_id": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-staging@1.0.5-2.20250728134218.b466d93.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"product": {
"name": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"product_id": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-snmp@3.9.1-2.20250728142735.5d73485.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"product": {
"name": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"product_id": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-vcsrepo@3.0.1-2.20250728140014.b06d5d3.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"product": {
"name": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"product_id": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-tomcat@3.1.1-2.20250804144904.a3f92d1.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"product": {
"name": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"product_id": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-xinetd@3.3.1-2.20250728135145.d768da2.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"product": {
"name": "python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"product_id": "python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-collectd-gnocchi@1.7.2-2.20250728143604.de115a7.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"product": {
"name": "python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"product_id": "python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gnocchiclient@7.0.4-2.20250728131928.64814b9.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"product": {
"name": "python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"product_id": "python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-messaging@10.2.4-2.20260710155333.82281a0.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"product": {
"name": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"product_id": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tripleo-ansible@0.8.1-2.20260112154909.123ce73.el8ost?arch=src"
}
}
},
{
"category": "product_version",
"name": "etcd-0:3.3.23-22.el8ost.src",
"product": {
"name": "etcd-0:3.3.23-22.el8ost.src",
"product_id": "etcd-0:3.3.23-22.el8ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-22.el8ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"product": {
"name": "collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"product_id": "collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-1.1.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"product": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"product_id": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility-debuginfo@0.2.1-1.1.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-asn1@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-compiler@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-crypto@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-eldap@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-erts@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-hipe@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-inets@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-kernel@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-mnesia@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-os_mon@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-parsetools@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-public_key@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-runtime_tools@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-sasl@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-snmp@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-ssl@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-stdlib@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-syntax_tools@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-tools@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-xmerl@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-debugsource@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-asn1-debuginfo@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-crypto-debuginfo@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-debuginfo@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-erl_interface-debuginfo@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-erts-debuginfo@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-odbc-debuginfo@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-os_mon-debuginfo@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-runtime_tools-debuginfo@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product": {
"name": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_id": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-tools-debuginfo@23.3.4.18-2.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-0:3.3.23-22.el8ost.x86_64",
"product": {
"name": "etcd-0:3.3.23-22.el8ost.x86_64",
"product_id": "etcd-0:3.3.23-22.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-22.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"product": {
"name": "etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"product_id": "etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-22.el8ost?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"product": {
"name": "etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"product_id": "etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-22.el8ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"product": {
"name": "collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"product_id": "collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility@0.2.1-1.1.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"product": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"product_id": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/collectd-sensubility-debuginfo@0.2.1-1.1.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-asn1@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-compiler@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-crypto@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-eldap@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-erts@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-hipe@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-inets@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-kernel@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-mnesia@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-os_mon@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-parsetools@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-public_key@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-runtime_tools@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-sasl@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-snmp@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-ssl@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-stdlib@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-syntax_tools@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-tools@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-xmerl@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-debugsource@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-asn1-debuginfo@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-crypto-debuginfo@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-debuginfo@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-erl_interface-debuginfo@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-erts-debuginfo@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-odbc-debuginfo@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-os_mon-debuginfo@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-runtime_tools-debuginfo@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product": {
"name": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_id": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/erlang-tools-debuginfo@23.3.4.18-2.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-0:3.3.23-22.el8ost.ppc64le",
"product": {
"name": "etcd-0:3.3.23-22.el8ost.ppc64le",
"product_id": "etcd-0:3.3.23-22.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd@3.3.23-22.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"product": {
"name": "etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"product_id": "etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debugsource@3.3.23-22.el8ost?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"product": {
"name": "etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"product_id": "etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/etcd-debuginfo@3.3.23-22.el8ost?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"product": {
"name": "python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"product_id": "python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyasn1@0.4.6-4.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"product": {
"name": "python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"product_id": "python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyasn1-modules@0.4.6-4.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"product": {
"name": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"product_id": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-glance@19.0.5-2.20260512165254.eb6ad61.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"product": {
"name": "python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"product_id": "python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-glance@19.0.5-2.20260512165254.eb6ad61.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"product": {
"name": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"product_id": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-cinder@15.6.1-2.20250708154832.299553a.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"product": {
"name": "python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"product_id": "python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cinder@15.6.1-2.20250708154832.299553a.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-api@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-common@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-compute@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-conductor@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-console@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-migration@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-novncproxy@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-scheduler@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-serialproxy@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-nova-spicehtml5proxy@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product": {
"name": "python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_id": "python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-nova@20.6.2-2.20260317135026.8a24acd.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product": {
"name": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_id": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tripleo-common@11.7.1-2.20251029134905.e189622.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product": {
"name": "openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_id": "openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tripleo-common-container-base@11.7.1-2.20251029134905.e189622.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product": {
"name": "openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_id": "openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tripleo-common-containers@11.7.1-2.20251029134905.e189622.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product": {
"name": "openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_id": "openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tripleo-common-devtools@11.7.1-2.20251029134905.e189622.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product": {
"name": "python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_id": "python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tripleo-common@11.7.1-2.20251029134905.e189622.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"product": {
"name": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"product_id": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-haproxy@4.1.1-2.20250728141134.df96ffc.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"product": {
"name": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"product_id": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-git@0.5.0-2.20250728140843.4e4498e.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"product": {
"name": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"product_id": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-keystone@16.0.3-2.20260616134936.9d699a7.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"product": {
"name": "python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"product_id": "python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystone@16.0.3-2.20260616134936.9d699a7.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product": {
"name": "openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_id": "openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-swift-account@2.23.4-2.20260121154927.70b68db.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product": {
"name": "openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_id": "openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-swift-container@2.23.4-2.20260121154927.70b68db.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product": {
"name": "openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_id": "openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-swift-object@2.23.4-2.20260121154927.70b68db.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product": {
"name": "openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_id": "openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-swift-proxy@2.23.4-2.20260121154927.70b68db.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product": {
"name": "python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_id": "python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-swift@2.23.4-2.20260121154927.70b68db.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"product": {
"name": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"product_id": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-inifile@3.1.1-2.20250728133040.91efced.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"product": {
"name": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"product_id": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-module-data@0.5.1-2.20250728142646.28dafce.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"product": {
"name": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"product_id": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-apache@5.1.1-2.20250728133931.1fa9b1c.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"product": {
"name": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"product_id": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-java@5.0.2-2.20250804144904.e57cbc8.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"product": {
"name": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"product_id": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-corosync@6.0.2-2.20250728134759.961add3.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"product": {
"name": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"product_id": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-datacat@0.6.3-2.20250728140400.5cce8f2.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"product": {
"name": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"product_id": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tripleo-heat-templates@11.6.1-2.20251125134914.9adcac6.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product": {
"name": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product_id": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tempest@26.1.0-2.20250728145114.271f820.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product": {
"name": "openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product_id": "openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-tempest-all@26.1.0-2.20250728145114.271f820.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product": {
"name": "python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product_id": "python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tempest@26.1.0-2.20250728145114.271f820.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product": {
"name": "python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product_id": "python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tempest-tests@26.1.0-2.20250728145114.271f820.el8ost?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"product": {
"name": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"product_id": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-firewall@3.4.1-2.20250728144450.94f707c.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"product": {
"name": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"product_id": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-concat@6.1.1-2.20250728133127.9baa8fc.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"product": {
"name": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"product_id": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-ipaclient@2.5.2-2.20250728141812.b086731.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"product": {
"name": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"product_id": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-keepalived@0.0.2-2.20250728142002.bbca37a.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"product": {
"name": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"product_id": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-stdlib@6.1.1-2.20250728131928.5aa891c.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"product": {
"name": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"product_id": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-rabbitmq@10.1.2-2.20250728144344.8b9b006.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"product": {
"name": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"product_id": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-remote@10.0.0-2.20250728135533.7420908.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"product": {
"name": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"product_id": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-staging@1.0.5-2.20250728134218.b466d93.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"product": {
"name": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"product_id": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-snmp@3.9.1-2.20250728142735.5d73485.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"product": {
"name": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"product_id": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-vcsrepo@3.0.1-2.20250728140014.b06d5d3.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"product": {
"name": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"product_id": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-tomcat@3.1.1-2.20250804144904.a3f92d1.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"product": {
"name": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"product_id": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/puppet-xinetd@3.3.1-2.20250728135145.d768da2.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"product": {
"name": "python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"product_id": "python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-collectd-gnocchi@1.7.2-2.20250728143604.de115a7.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"product": {
"name": "python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"product_id": "python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gnocchiclient@7.0.4-2.20250728131928.64814b9.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"product": {
"name": "python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"product_id": "python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-messaging@10.2.4-2.20260710155333.82281a0.el8ost?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"product": {
"name": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"product_id": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/tripleo-ansible@0.8.1-2.20260112154909.123ce73.el8ost?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le"
},
"product_reference": "collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-1.1.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src"
},
"product_reference": "collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64"
},
"product_reference": "collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le"
},
"product_reference": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64"
},
"product_reference": "collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-0:23.3.4.18-2.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src"
},
"product_reference": "erlang-0:23.3.4.18-2.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-asn1-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-compiler-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-crypto-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-eldap-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-erts-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-erts-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-hipe-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-inets-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-inets-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-kernel-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-public_key-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-sasl-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-snmp-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-ssl-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-tools-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-tools-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le"
},
"product_reference": "erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64"
},
"product_reference": "erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-22.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le"
},
"product_reference": "etcd-0:3.3.23-22.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-22.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src"
},
"product_reference": "etcd-0:3.3.23-22.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-0:3.3.23-22.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64"
},
"product_reference": "etcd-0:3.3.23-22.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le"
},
"product_reference": "etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debuginfo-0:3.3.23-22.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64"
},
"product_reference": "etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-22.el8ost.ppc64le as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le"
},
"product_reference": "etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "etcd-debugsource-0:3.3.23-22.el8ost.x86_64 as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
},
"product_reference": "etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch"
},
"product_reference": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src"
},
"product_reference": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch"
},
"product_reference": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src"
},
"product_reference": "openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch"
},
"product_reference": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src"
},
"product_reference": "openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src"
},
"product_reference": "openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src"
},
"product_reference": "openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch"
},
"product_reference": "openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch"
},
"product_reference": "openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch"
},
"product_reference": "openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch"
},
"product_reference": "openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch"
},
"product_reference": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src"
},
"product_reference": "openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch"
},
"product_reference": "openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch"
},
"product_reference": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src"
},
"product_reference": "openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch"
},
"product_reference": "openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch"
},
"product_reference": "openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch"
},
"product_reference": "openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch"
},
"product_reference": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src"
},
"product_reference": "openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch"
},
"product_reference": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src"
},
"product_reference": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch"
},
"product_reference": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src"
},
"product_reference": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch"
},
"product_reference": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src"
},
"product_reference": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch"
},
"product_reference": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src"
},
"product_reference": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch"
},
"product_reference": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src"
},
"product_reference": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch"
},
"product_reference": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src"
},
"product_reference": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch"
},
"product_reference": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src"
},
"product_reference": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch"
},
"product_reference": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src"
},
"product_reference": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch"
},
"product_reference": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src"
},
"product_reference": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch"
},
"product_reference": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src"
},
"product_reference": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch"
},
"product_reference": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src"
},
"product_reference": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch"
},
"product_reference": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src"
},
"product_reference": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch"
},
"product_reference": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src"
},
"product_reference": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch"
},
"product_reference": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src"
},
"product_reference": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch"
},
"product_reference": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src"
},
"product_reference": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch"
},
"product_reference": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src"
},
"product_reference": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch"
},
"product_reference": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src"
},
"product_reference": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch"
},
"product_reference": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src"
},
"product_reference": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch"
},
"product_reference": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src"
},
"product_reference": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch"
},
"product_reference": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src"
},
"product_reference": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src"
},
"product_reference": "python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src"
},
"product_reference": "python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src"
},
"product_reference": "python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyasn1-0:0.4.6-4.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src"
},
"product_reference": "python-pyasn1-0:0.4.6-4.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch"
},
"product_reference": "python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch"
},
"product_reference": "python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch"
},
"product_reference": "python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch"
},
"product_reference": "python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch"
},
"product_reference": "python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
},
"product_reference": "python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
},
"product_reference": "python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-0:0.4.6-4.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch"
},
"product_reference": "python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch"
},
"product_reference": "python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch"
},
"product_reference": "python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch"
},
"product_reference": "python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch"
},
"product_reference": "python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch"
},
"product_reference": "python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch"
},
"product_reference": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src"
},
"product_reference": "tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch"
},
"product_reference": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-CINDERLIB-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src"
},
"product_reference": "openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-CINDERLIB-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src"
},
"product_reference": "python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-CINDERLIB-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyasn1-0:0.4.6-4.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src"
},
"product_reference": "python-pyasn1-0:0.4.6-4.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-CINDERLIB-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch"
},
"product_reference": "python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-CINDERLIB-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
},
"product_reference": "python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-CINDERLIB-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-0:0.4.6-4.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch"
},
"product_reference": "python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-CINDERLIB-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch"
},
"product_reference": "python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-CINDERLIB-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch"
},
"product_reference": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src"
},
"product_reference": "puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch"
},
"product_reference": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src"
},
"product_reference": "puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch"
},
"product_reference": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src"
},
"product_reference": "puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch"
},
"product_reference": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src"
},
"product_reference": "puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch"
},
"product_reference": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src"
},
"product_reference": "puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch"
},
"product_reference": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src"
},
"product_reference": "puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch"
},
"product_reference": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src"
},
"product_reference": "puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch"
},
"product_reference": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src"
},
"product_reference": "puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch"
},
"product_reference": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src"
},
"product_reference": "puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch"
},
"product_reference": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src"
},
"product_reference": "puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch"
},
"product_reference": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src"
},
"product_reference": "puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch"
},
"product_reference": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src"
},
"product_reference": "puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch"
},
"product_reference": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src"
},
"product_reference": "puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch"
},
"product_reference": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src"
},
"product_reference": "puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch"
},
"product_reference": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src"
},
"product_reference": "puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch"
},
"product_reference": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src"
},
"product_reference": "puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch"
},
"product_reference": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src"
},
"product_reference": "puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch"
},
"product_reference": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src"
},
"product_reference": "puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch"
},
"product_reference": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src"
},
"product_reference": "puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch"
},
"product_reference": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src"
},
"product_reference": "puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyasn1-0:0.4.6-4.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src"
},
"product_reference": "python-pyasn1-0:0.4.6-4.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-0:0.4.6-4.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch"
},
"product_reference": "python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-DEPLOYMENT-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src"
},
"product_reference": "python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src"
},
"product_reference": "python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"relates_to_product_reference": "8Base-RHOS-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch"
},
"product_reference": "python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-TOOLS-16.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch as a component of Red Hat OpenStack Platform 16.2",
"product_id": "8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
},
"product_reference": "python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"relates_to_product_reference": "8Base-RHOS-TOOLS-16.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
}
],
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65073",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"discovery_date": "2025-11-17T08:00:54.372992+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415344"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenStack Keystone. This vulnerability allows an attacker to obtain a valid OpenStack\u0027s Keystone token, leading to access to unauthorized resources or privilege escalation within the OpenStack instance via sending a valid AWS (Amazon Web Services) signature to the /v3/ec2tokens or /v3/s3tokens API (Application Programming Interface) endpoints.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openstack-keystone: OpenStack Keystone: Unauthorized access and privilege escalation via AWS signature validation flaw",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability allows an attacker to obtain a valid OpenStack\u0027s Keystone token belonging to a valid user by sending a valid AWS signature to the /v3/ec2tokens or /v3/s3tokens API\u0027s endpoints, leading to access to unauthorized resources or privilege escalation within the OpenStack instance.\n\nThis attack is considered to have a high complexity (AC:H) due to the fact of obtaining such valid AWS token is not straight forward. To be considered vulnerable, the OpenStack deployments should expose the related API end points through a public API or external access.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65073"
},
{
"category": "external",
"summary": "RHBZ#2415344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65073"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65073",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65073"
},
{
"category": "external",
"summary": "https://security.openstack.org/ossa/OSSA-2025-002.html",
"url": "https://security.openstack.org/ossa/OSSA-2025-002.html"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/11/04/2",
"url": "https://www.openwall.com/lists/oss-security/2025/11/04/2"
}
],
"release_date": "2025-11-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openstack-keystone: OpenStack Keystone: Unauthorized access and privilege escalation via AWS signature validation flaw"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
}
],
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
},
{
"acknowledgments": [
{
"names": [
"Dan Smith"
],
"organization": "RedHat"
}
],
"cve": "CVE-2026-24708",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2026-01-16T06:29:23.249000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430312"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in OpenStack Nova\u2019s interaction with the qemu-img utility allows an authenticated user to overwrite arbitrary files on the compute host. This occurs because Nova invokes qemu-img without strictly constraining the disk image format, enabling a malicious user to craft a QCOW2 header on a raw disk and trigger destructive behavior during instance operations such as resize.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openstack-nova-compute: Arbitrary Host File Overwrite via Unconstrained qemu-img Format Handling in OpenStack Nova",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat OpenStack Platform. An authenticated attacker can exploit unconstrained disk format handling in OpenStack Nova when invoking qemu-img. By crafting a QCOW2 header on an ephemeral or root disk, an attacker can cause qemu-img to overwrite arbitrary files on the compute host with Nova\u0027s write access, leading to data destruction or denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24708"
},
{
"category": "external",
"summary": "RHBZ#2430312",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430312"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24708",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24708"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24708",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24708"
},
{
"category": "external",
"summary": "https://bugs.launchpad.net/nova/+bug/2137507",
"url": "https://bugs.launchpad.net/nova/+bug/2137507"
}
],
"release_date": "2026-02-17T15:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openstack-nova-compute: Arbitrary Host File Overwrite via Unconstrained qemu-img Format Handling in OpenStack Nova"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27137",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-03-06T22:01:38.859733+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445345"
}
],
"notes": [
{
"category": "description",
"text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
"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-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27137"
},
{
"category": "external",
"summary": "RHBZ#2445345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
},
{
"category": "external",
"summary": "https://go.dev/cl/752182",
"url": "https://go.dev/cl/752182"
},
{
"category": "external",
"summary": "https://go.dev/issue/77952",
"url": "https://go.dev/issue/77952"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4599",
"url": "https://pkg.go.dev/vuln/GO-2026-4599"
}
],
"release_date": "2026-03-06T21:28:13.748000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-27145",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-06-02T23:01:08.992540+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27145"
},
{
"category": "external",
"summary": "RHBZ#2484207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145"
},
{
"category": "external",
"summary": "https://go.dev/cl/783621",
"url": "https://go.dev/cl/783621"
},
{
"category": "external",
"summary": "https://go.dev/issue/79694",
"url": "https://go.dev/issue/79694"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw",
"url": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5037",
"url": "https://pkg.go.dev/vuln/GO-2026-5037"
}
],
"release_date": "2026-06-02T22:01:36.954000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "workaround",
"details": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go standard library\u0027s certificate chain building process. Systems utilizing Go applications that process untrusted TLS certificates or X.509 certificate chains are susceptible to resource exhaustion when presented with an excessive number of intermediate certificates, potentially leading to service unavailability. This flaw impacts applications directly using `crypto/x509` or `crypto/tls`.",
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
}
],
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32283",
"cwe": {
"id": "CWE-764",
"name": "Multiple Locks of a Critical Resource"
},
"discovery_date": "2026-04-08T02:01:16.213799+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/tls` package within the Go (golang) standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock, leading to uncontrolled consumption of resources and ultimately a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Important: A flaw in the Go `crypto/tls` package allows a remote attacker to cause a denial of service in applications using TLS 1.3. By sending multiple key update messages in a single record post-handshake, an attacker can trigger a connection deadlock, leading to uncontrolled resource consumption. This impacts Red Hat products utilizing the affected Go standard library for TLS 1.3 connections.",
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32283"
},
{
"category": "external",
"summary": "RHBZ#2456338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32283",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"category": "external",
"summary": "https://go.dev/cl/763767",
"url": "https://go.dev/cl/763767"
},
{
"category": "external",
"summary": "https://go.dev/issue/78334",
"url": "https://go.dev/issue/78334"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4870",
"url": "https://pkg.go.dev/vuln/GO-2026-4870"
}
],
"release_date": "2026-04-08T01:06:57.670000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
}
],
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"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-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-33413",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"discovery_date": "2026-03-26T14:03:01.896580+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451728"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in etcd, a distributed key-value store. Unauthorized users can bypass authentication or authorization checks when the gRPC API is exposed to untrusted clients. This allows them to access sensitive cluster topology information, disrupt operations through alarms, interfere with lease management, and trigger data compaction, leading to permanent data loss and disruption of critical workflows. This vulnerability can result in information disclosure and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "etcd: etcd: Authorization bypass allows information disclosure and denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in etcd allows unauthorized users to bypass authentication or authorization checks when the gRPC API is exposed to untrusted clients and etcd\u0027s built-in authentication is enabled. This can lead to information disclosure and denial of service. Typical Red Hat OpenShift Container Platform and Kubernetes deployments are not affected, as the Kubernetes API server handles authentication and authorization independently of etcd\u0027s internal mechanisms.",
"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-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33413"
},
{
"category": "external",
"summary": "RHBZ#2451728",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451728"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33413",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33413"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33413",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33413"
},
{
"category": "external",
"summary": "https://github.com/etcd-io/etcd/security/advisories/GHSA-q8m4-xhhv-38mg",
"url": "https://github.com/etcd-io/etcd/security/advisories/GHSA-q8m4-xhhv-38mg"
}
],
"release_date": "2026-03-26T13:36:10.919000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "workaround",
"details": "Restrict network access to etcd server ports to ensure only trusted components can establish connections. Implement strong client identity at the transport layer, such as mTLS, with tightly scoped client certificate distribution. This will limit unauthorized access to etcd functions.",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "etcd: etcd: Authorization bypass allows information disclosure and denial of service"
},
{
"acknowledgments": [
{
"names": [
"Maxence Bornecque"
],
"organization": "Orange Cyberdefense CERT Vulnerability Intelligence Watch Team"
}
],
"cve": "CVE-2026-33551",
"cwe": {
"id": "CWE-266",
"name": "Incorrect Privilege Assignment"
},
"discovery_date": "2026-03-24T23:40:47.060000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451037"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenStack Keystone. An authenticated user with a reader role can exploit a vulnerability in the EC2 credential creation endpoint. By using a restricted application credential to call the EC2 credential creation API, the user may obtain EC2/S3 credentials that carry the full set of the parent user\u0027s S3 permissions. This effectively bypasses the role restrictions imposed on the application credential, leading to unauthorized access and privilege escalation. This issue affects deployments that use restricted application credentials in combination with the EC2/S3 compatibility API.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openstack-keystone: OpenStack Keystone: Privilege escalation through EC2 credential creation",
"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-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33551"
},
{
"category": "external",
"summary": "RHBZ#2451037",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451037"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33551",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33551"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33551",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33551"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/04/07/12",
"url": "http://www.openwall.com/lists/oss-security/2026/04/07/12"
},
{
"category": "external",
"summary": "https://security.openstack.org/ossa/OSSA-2026-005.html",
"url": "https://security.openstack.org/ossa/OSSA-2026-005.html"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/04/07/12",
"url": "https://www.openwall.com/lists/oss-security/2026/04/07/12"
}
],
"release_date": "2026-04-07T15:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.5,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openstack-keystone: OpenStack Keystone: Privilege escalation through EC2 credential creation"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the Go `crypto/x509` package that could allow an attacker to bypass certificate validation. The vulnerability arises from an incorrect application of excluded DNS constraints to wildcard DNS Subject Alternative Names (SANs) when their case differs from the constraint. This could lead to Red Hat products accepting malicious certificates from otherwise trusted chains, compromising the trust model.",
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-33811",
"cwe": {
"id": "CWE-1341",
"name": "Multiple Releases of Same Resource or Handle"
},
"discovery_date": "2026-05-07T20:01:34.913869+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467822"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important denial of service vulnerability in the Go `net` package, affecting applications configured to use the `cgo` DNS resolver. A remote attacker could trigger a double-free memory error by providing a very long CNAME response, leading to a crash of the vulnerable application and impacting service availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33811"
},
{
"category": "external",
"summary": "RHBZ#2467822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33811",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33811"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811"
},
{
"category": "external",
"summary": "https://go.dev/cl/767860",
"url": "https://go.dev/cl/767860"
},
{
"category": "external",
"summary": "https://go.dev/issue/78803",
"url": "https://go.dev/issue/78803"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
"url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4981",
"url": "https://pkg.go.dev/vuln/GO-2026-4981"
}
],
"release_date": "2026-05-07T19:41:19.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications can be configured to use the pure Go DNS resolver instead of the `cgo` DNS resolver. This can be achieved by setting the `GODEBUG` environment variable to `netdns=go`. For example, to run a Go application with this mitigation: `GODEBUG=netdns=go /path/to/your/go/application`. This change may require restarting affected applications or services to take effect. Users should verify that this change does not negatively impact DNS resolution for their specific application environment.",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME"
},
{
"acknowledgments": [
{
"names": [
"Hyeongeun_Ji"
],
"organization": "Open the Window"
},
{
"names": [
"Abhishek Kekane"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-34881",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-02-17T13:36:28.695000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2440368"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenStack Glance. An authenticated user can exploit a Server-Side Request Forgery (SSRF) vulnerability within the web-download import feature. This vulnerability stems from inadequate validation of Uniform Resource Identifiers (URIs), which can be circumvented using HTTP redirects or alternative IP encodings. Successful exploitation allows an attacker to gain unauthorized access to internal network resources and potentially exfiltrate sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openstack-glance: OpenStack Glance: Server-Side Request Forgery leading to unauthorized internal network access",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT flaw in OpenStack Glance\u0027s web-download import feature allows an authenticated user to perform Server-Side Request Forgery (SSRF). The vulnerability arises from insufficient validation of URIs, which can be bypassed through HTTP redirects or alternative IP encodings. This enables an attacker to access internal network resources and potentially exfiltrate sensitive information within the cloud environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34881"
},
{
"category": "external",
"summary": "RHBZ#2440368",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2440368"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34881",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34881"
},
{
"category": "external",
"summary": "https://bugs.launchpad.net/glance/+bug/2138602",
"url": "https://bugs.launchpad.net/glance/+bug/2138602"
}
],
"release_date": "2026-03-25T20:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openstack-glance: OpenStack Glance: Server-Side Request Forgery leading to unauthorized internal network access"
},
{
"cve": "CVE-2026-39821",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-05-22T16:00:52.844126+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480756"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/idna. ToASCII and ToUnicode incorrectly accept Punycode-encoded labels that decode to an ASCII-only hostname (for example, xn--example-.com returns example.com instead of an error). Applications that validate the ASCII form then convert to Unicode may grant access to a restricted hostname the ASCII check would have rejected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "golang.org/x/net/idna is vulnerable to privilege escalation through incorrect Punycode label handling in ToASCII and ToUnicode. An attacker who can supply a Punycode hostname that passes an ASCII-only authorization check may have it normalized to a restricted ASCII name the application intended to block. Red Hat exposure is broad across products shipping the Go toolchain or bundling golang.org/x/net, including RHEL and RHEL-AI golang RPMs, hummingbird Go runtimes, OpenShift and ODF container builds, and Ceph/OpenShift components compiled against affected x/net versions.",
"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-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39821"
},
{
"category": "external",
"summary": "RHBZ#2480756",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480756"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39821",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39821"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39821",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39821"
},
{
"category": "external",
"summary": "https://go.dev/cl/767220",
"url": "https://go.dev/cl/767220"
},
{
"category": "external",
"summary": "https://go.dev/issue/78760",
"url": "https://go.dev/issue/78760"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8",
"url": "https://groups.google.com/g/golang-announce/c/iI-mYSI0lu8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5026",
"url": "https://pkg.go.dev/vuln/GO-2026-5026"
}
],
"release_date": "2026-05-22T15:01:21.462000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "workaround",
"details": "Upgrade to a fixed golang.org/x/net release that includes the idna correction, via updated golang or dependent package rebuilds.",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing"
},
{
"cve": "CVE-2026-42789",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-05-27T15:10:36.175135+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482093"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Erlang OTP\u0027s public_key module. This vulnerability (CWE-295), related to improper certificate validation, allows a non-Certificate Authority (CA) certificate to be accepted as an intermediate issuer. A remote attacker, holding an end-entity certificate issued by a trusted CA, can exploit this by forging leaf certificates for arbitrary identities. This can lead to compromised server identity verification on the client side and client certificate verification on mutual Transport Layer Security (mTLS) servers, undermining the trust in certificate-based authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "erlang: Erlang OTP public_key: Certificate chain forgery via improper trust chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability where Erlang OTP\u0027s `public_key` module improperly validates certificate chains. A remote attacker with an existing end-entity certificate from a trusted Certificate Authority can forge new leaf certificates, leading to compromised server or client identity verification in TLS/mTLS connections. This impacts applications within Red Hat OpenStack Platform and Community Projects that utilize the default verifier in the OTP `ssl` application. Because an attacker must be able to create or locate a certificate with specific attributes, Red Hat assesses the impact of this vulnerability as Important.",
"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-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42789"
},
{
"category": "external",
"summary": "RHBZ#2482093",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482093"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42789",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42789"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42789",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42789"
},
{
"category": "external",
"summary": "https://cna.erlef.org/cves/CVE-2026-42789.html",
"url": "https://cna.erlef.org/cves/CVE-2026-42789.html"
},
{
"category": "external",
"summary": "https://github.com/erlang/otp/commit/471cd2f664300a95353c467873800bbe706005db",
"url": "https://github.com/erlang/otp/commit/471cd2f664300a95353c467873800bbe706005db"
},
{
"category": "external",
"summary": "https://github.com/erlang/otp/commit/59c8d824386b2eb1614ff9340624843ef6aca0fd",
"url": "https://github.com/erlang/otp/commit/59c8d824386b2eb1614ff9340624843ef6aca0fd"
},
{
"category": "external",
"summary": "https://github.com/erlang/otp/security/advisories/GHSA-c99q-jmpx-v8qq",
"url": "https://github.com/erlang/otp/security/advisories/GHSA-c99q-jmpx-v8qq"
},
{
"category": "external",
"summary": "https://osv.dev/vulnerability/EEF-CVE-2026-42789",
"url": "https://osv.dev/vulnerability/EEF-CVE-2026-42789"
},
{
"category": "external",
"summary": "https://www.erlang.org/doc/system/versions.html#order-of-versions",
"url": "https://www.erlang.org/doc/system/versions.html#order-of-versions"
}
],
"release_date": "2026-05-27T12:23:06.355000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"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-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "erlang: Erlang OTP public_key: Certificate chain forgery via improper trust chain validation"
},
{
"cve": "CVE-2026-42790",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-05-27T17:02:53.354271+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2482286"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Erlang OTP public_key. This improper certificate validation vulnerability allows a subordinate Certificate Authority (CA) with restricted DNS nameConstraints to bypass these restrictions. By issuing a leaf certificate that lacks a Subject Alternative Name (SAN) but contains a crafted CommonName (CN), an attacker can trick an Erlang OTP TLS client into accepting it as valid for an out-of-scope hostname. This can lead to hostname spoofing and potential man-in-the-middle attacks, compromising the integrity and confidentiality of communications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "erlang: Erlang OTP public_key: Certificate validation bypass allows hostname spoofing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Erlang OTP\u0027s public_key module allows a subordinate Certificate Authority to bypass DNS name constraints during TLS hostname verification. An attacker could exploit this by issuing a specially crafted certificate lacking a Subject Alternative Name but containing a malicious CommonName, enabling hostname spoofing and potential man-in-the-middle attacks against Red Hat products acting as Erlang OTP TLS clients.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42790"
},
{
"category": "external",
"summary": "RHBZ#2482286",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2482286"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42790"
},
{
"category": "external",
"summary": "https://cna.erlef.org/cves/CVE-2026-42790.html",
"url": "https://cna.erlef.org/cves/CVE-2026-42790.html"
},
{
"category": "external",
"summary": "https://github.com/erlang/otp/commit/0769050c69d73762672b0db1347b6993a5b31759",
"url": "https://github.com/erlang/otp/commit/0769050c69d73762672b0db1347b6993a5b31759"
},
{
"category": "external",
"summary": "https://github.com/erlang/otp/commit/21abed64eb2026b5f82f432709e4e932f9be389a",
"url": "https://github.com/erlang/otp/commit/21abed64eb2026b5f82f432709e4e932f9be389a"
},
{
"category": "external",
"summary": "https://github.com/erlang/otp/commit/fb67c6d1836f51105a96d8b769e71e4215a79457",
"url": "https://github.com/erlang/otp/commit/fb67c6d1836f51105a96d8b769e71e4215a79457"
},
{
"category": "external",
"summary": "https://github.com/erlang/otp/security/advisories/GHSA-22cw-4ph4-6447",
"url": "https://github.com/erlang/otp/security/advisories/GHSA-22cw-4ph4-6447"
},
{
"category": "external",
"summary": "https://osv.dev/vulnerability/EEF-CVE-2026-42790",
"url": "https://osv.dev/vulnerability/EEF-CVE-2026-42790"
},
{
"category": "external",
"summary": "https://www.erlang.org/doc/system/versions.html#order-of-versions",
"url": "https://www.erlang.org/doc/system/versions.html#order-of-versions"
}
],
"release_date": "2026-05-27T15:09:01.860000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "workaround",
"details": "Ensure all TLS certificates used in the deployment include Subject Alternative Name (SAN) extensions with the appropriate DNS entries. Certificates relying solely on the CommonName (CN) field for hostname identification are susceptible to this bypass. For Erlang applications, the verify_fun option in the ssl module can be configured to reject peer certificates missing the subjectAltName extension.",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "erlang: Erlang OTP public_key: Certificate validation bypass allows hostname spoofing"
},
{
"cve": "CVE-2026-43001",
"cwe": {
"id": "CWE-1288",
"name": "Improper Validation of Consistency within Input"
},
"discovery_date": "2026-05-01T09:00:55.408726+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2464305"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenStack Keystone. An attacker holding an unrestricted application credential could exploit a vulnerability in the POST /v3/credentials endpoint where the caller-supplied project_id for an EC2-type credential was not validated against the project of the authenticating application credential. This allows the attacker to create an EC2 credential targeting a different project. Subsequently, a /v3/ec2tokens exchange would issue a Keystone token scoped to the targeted project, enabling unauthorized cross-project access and lateral movement within the credential owner\u0027s role footprint.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "OpenStack Keystone: OpenStack Keystone: Unauthorized cross-project access due to improper validation in EC2 credential creation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in OpenStack Keystone allows an attacker with an unrestricted application credential to bypass project isolation. By exploiting improper validation during EC2 credential creation, an attacker can gain unauthorized access and move laterally between projects within a Red Hat OpenStack Platform deployment, compromising multi-tenant security. If the roles from the original project the attacker holds a credential are compatible with the roles in the project the attacker is targeting, the attacker can perform the same actions granted permission from the initial project in the targeted project. Depending on the level of privileges the attacker has that means a high impact for confidentiality, availability and 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-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43001"
},
{
"category": "external",
"summary": "RHBZ#2464305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2464305"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43001"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43001",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43001"
},
{
"category": "external",
"summary": "https://bugs.launchpad.net/keystone/+bug/2149775",
"url": "https://bugs.launchpad.net/keystone/+bug/2149775"
},
{
"category": "external",
"summary": "https://review.opendev.org/c/openstack/keystone/+/985804",
"url": "https://review.opendev.org/c/openstack/keystone/+/985804"
}
],
"release_date": "2026-05-01T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "workaround",
"details": "To reduce exposure, ensure that OpenStack application credentials are created with the most restrictive scope possible, limiting their permissions to only what is essential for their intended function. If EC2 credentials are not actively used within your OpenStack deployment, consider disabling the EC2 credential API endpoint in Keystone to prevent unauthorized creation of cross-project EC2 credentials. Refer to the OpenStack Keystone administration guide for detailed instructions on managing application credential scopes and disabling API endpoints. Any changes to Keystone configuration may require a service restart to take effect.",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "OpenStack Keystone: OpenStack Keystone: Unauthorized cross-project access due to improper validation in EC2 credential creation"
},
{
"cve": "CVE-2026-44393",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-06-04T16:01:33.285581+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484835"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenStack oslo.messaging. The RabbitMQ driver does not properly verify the hostname of the message broker when establishing a TLS (Transport Layer Security) connection. An attacker capable of intercepting control-plane network traffic can exploit this vulnerability to impersonate the RabbitMQ broker. This allows the attacker to perform a man-in-the-middle attack, potentially leading to the disclosure or manipulation of sensitive RPC (Remote Procedure Call) and notification traffic.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "oslo.messaging: openstack: OpenStack oslo.messaging: Man-in-the-middle attack via improper TLS hostname verification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in OpenStack oslo.messaging impacts Red Hat OpenStack Platform and OpenShift Container Platform when using RabbitMQ with TLS. The vulnerability arises from the RabbitMQ driver\u0027s failure to perform proper hostname verification during TLS connection establishment. This oversight enables an attacker capable of intercepting control-plane network traffic to impersonate the RabbitMQ broker, potentially leading to man-in-the-middle attacks that compromise the confidentiality and integrity of sensitive RPC and notification data.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
],
"known_not_affected": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44393"
},
{
"category": "external",
"summary": "RHBZ#2484835",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484835"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44393",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44393"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44393",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44393"
},
{
"category": "external",
"summary": "https://bugs.launchpad.net/oslo.messaging/+bug/2150316",
"url": "https://bugs.launchpad.net/oslo.messaging/+bug/2150316"
},
{
"category": "external",
"summary": "https://wiki.openstack.org/wiki/OSSN/OSSN-0096",
"url": "https://wiki.openstack.org/wiki/OSSN/OSSN-0096"
}
],
"release_date": "2026-06-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-13T23:45:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54757"
},
{
"category": "workaround",
"details": "To mitigate the risk of man-in-the-middle attacks, restrict network access to the RabbitMQ message broker. Configure firewall rules to permit inbound connections to the RabbitMQ port (typically 5672 or 5671 for AMQPS) only from authorized hosts and services within the control plane. This operational measure reduces the exposure to attackers attempting to intercept and impersonate the broker.",
"product_ids": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.src",
"8Base-RHOS-16.2:collectd-sensubility-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.ppc64le",
"8Base-RHOS-16.2:collectd-sensubility-debuginfo-0:0.2.1-1.1.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-0:23.3.4.18-2.el8ost.src",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-asn1-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-compiler-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-crypto-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-debugsource-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-eldap-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erl_interface-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-erts-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-hipe-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-inets-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-kernel-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-mnesia-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-odbc-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-os_mon-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-parsetools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-public_key-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-runtime_tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-sasl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-snmp-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-ssl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-stdlib-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-syntax_tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-tools-debuginfo-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.ppc64le",
"8Base-RHOS-16.2:erlang-xmerl-0:23.3.4.18-2.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.src",
"8Base-RHOS-16.2:etcd-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debuginfo-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.ppc64le",
"8Base-RHOS-16.2:etcd-debugsource-0:3.3.23-22.el8ost.x86_64",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:openstack-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.src",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:openstack-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.src",
"8Base-RHOS-16.2:openstack-nova-api-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-common-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-compute-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-conductor-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-console-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-migration-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-novncproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-scheduler-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-serialproxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-nova-spicehtml5proxy-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.src",
"8Base-RHOS-16.2:openstack-swift-account-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-container-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-object-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-swift-proxy-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.src",
"8Base-RHOS-16.2:openstack-tempest-all-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.src",
"8Base-RHOS-16.2:openstack-tripleo-common-container-base-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-containers-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-common-devtools-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.noarch",
"8Base-RHOS-16.2:openstack-tripleo-heat-templates-0:11.6.1-2.20251125134914.9adcac6.el8ost.src",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-16.2:python-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.src",
"8Base-RHOS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-16.2:python3-collectd-gnocchi-0:1.7.2-2.20250728143604.de115a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-glance-1:19.0.5-2.20260512165254.eb6ad61.el8ost.noarch",
"8Base-RHOS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-16.2:python3-keystone-1:16.0.3-2.20260616134936.9d699a7.el8ost.noarch",
"8Base-RHOS-16.2:python3-nova-1:20.6.2-2.20260317135026.8a24acd.el8ost.noarch",
"8Base-RHOS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-16.2:python3-swift-0:2.23.4-2.20260121154927.70b68db.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tempest-tests-1:26.1.0-2.20250728145114.271f820.el8ost.noarch",
"8Base-RHOS-16.2:python3-tripleo-common-0:11.7.1-2.20251029134905.e189622.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.noarch",
"8Base-RHOS-16.2:tripleo-ansible-0:0.8.1-2.20260112154909.123ce73.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:openstack-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-CINDERLIB-16.2:python3-cinder-1:15.6.1-2.20250708154832.299553a.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-CINDERLIB-16.2:python3-pyasn1-modules-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-apache-0:5.1.1-2.20250728133931.1fa9b1c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-concat-0:6.1.1-2.20250728133127.9baa8fc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-corosync-0:6.0.2-2.20250728134759.961add3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-datacat-0:0.6.3-2.20250728140400.5cce8f2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-firewall-0:3.4.1-2.20250728144450.94f707c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-git-0:0.5.0-2.20250728140843.4e4498e.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-haproxy-0:4.1.1-2.20250728141134.df96ffc.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-inifile-0:3.1.1-2.20250728133040.91efced.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-ipaclient-0:2.5.2-2.20250728141812.b086731.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-java-0:5.0.2-2.20250804144904.e57cbc8.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-keepalived-0:0.0.2-2.20250728142002.bbca37a.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-module-data-0:0.5.1-2.20250728142646.28dafce.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-rabbitmq-0:10.1.2-2.20250728144344.8b9b006.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-remote-0:10.0.0-2.20250728135533.7420908.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-snmp-0:3.9.1-2.20250728142735.5d73485.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-staging-0:1.0.5-2.20250728134218.b466d93.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-stdlib-0:6.1.1-2.20250728131928.5aa891c.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-tomcat-0:3.1.1-2.20250804144904.a3f92d1.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-vcsrepo-0:3.0.1-2.20250728140014.b06d5d3.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.noarch",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:puppet-xinetd-0:3.3.1-2.20250728135145.d768da2.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python-pyasn1-0:0.4.6-4.el8ost.src",
"8Base-RHOS-DEPLOYMENT-TOOLS-16.2:python3-pyasn1-0:0.4.6-4.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.src",
"8Base-RHOS-TOOLS-16.2:python3-gnocchiclient-0:7.0.4-2.20250728131928.64814b9.el8ost.noarch",
"8Base-RHOS-TOOLS-16.2:python3-oslo-messaging-0:10.2.4-2.20260710155333.82281a0.el8ost.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "oslo.messaging: openstack: OpenStack oslo.messaging: Man-in-the-middle attack via improper TLS hostname verification"
}
]
}
RHSA-2026:5533
Vulnerability from csaf_redhat - Published: 2026-03-24 04:02 - Updated: 2026-08-22 08:39A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for osbuild-composer is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A service for building customized OS artifacts, such as VM images and OSTree commits, that uses osbuild under the hood. Besides building images for local usage, it can also upload images directly to cloud. It is compatible with composer-cli and cockpit-composer clients.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5533",
"url": "https://access.redhat.com/errata/RHSA-2026:5533"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5533.json"
}
],
"title": "Red Hat Security Advisory: osbuild-composer security update",
"tracking": {
"current_release_date": "2026-08-22T08:39:32+00:00",
"generator": {
"date": "2026-08-22T08:39:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:5533",
"initial_release_date": "2026-03-24T04:02:36+00:00",
"revision_history": [
{
"date": "2026-03-24T04:02:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T04:02:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-22T08:39:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-7.el9_0.src",
"product": {
"name": "osbuild-composer-0:46.3-7.el9_0.src",
"product_id": "osbuild-composer-0:46.3-7.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-7.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-7.el9_0.aarch64",
"product": {
"name": "osbuild-composer-0:46.3-7.el9_0.aarch64",
"product_id": "osbuild-composer-0:46.3-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-7.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"product": {
"name": "osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"product_id": "osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-7.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"product_id": "osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-7.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"product": {
"name": "osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"product_id": "osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-7.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"product_id": "osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-7.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-7.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-7.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-7.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-7.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-0:46.3-7.el9_0.ppc64le",
"product_id": "osbuild-composer-0:46.3-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-7.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"product_id": "osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-7.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"product_id": "osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-7.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"product_id": "osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-7.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"product_id": "osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-7.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-7.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-7.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-7.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-7.el9_0.x86_64",
"product": {
"name": "osbuild-composer-0:46.3-7.el9_0.x86_64",
"product_id": "osbuild-composer-0:46.3-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"product": {
"name": "osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"product_id": "osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"product_id": "osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"product": {
"name": "osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"product_id": "osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"product_id": "osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-7.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-7.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "osbuild-composer-0:46.3-7.el9_0.s390x",
"product": {
"name": "osbuild-composer-0:46.3-7.el9_0.s390x",
"product_id": "osbuild-composer-0:46.3-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer@46.3-7.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-0:46.3-7.el9_0.s390x",
"product": {
"name": "osbuild-composer-core-0:46.3-7.el9_0.s390x",
"product_id": "osbuild-composer-core-0:46.3-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core@46.3-7.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"product": {
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"product_id": "osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-dnf-json@46.3-7.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"product": {
"name": "osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"product_id": "osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker@46.3-7.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"product": {
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"product_id": "osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-debugsource@46.3-7.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"product": {
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"product_id": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-core-debuginfo@46.3-7.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"product": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"product_id": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-tests-debuginfo@46.3-7.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"product": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"product_id": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/osbuild-composer-worker-debuginfo@46.3-7.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64"
},
"product_reference": "osbuild-composer-0:46.3-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-0:46.3-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x"
},
"product_reference": "osbuild-composer-0:46.3-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-7.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src"
},
"product_reference": "osbuild-composer-0:46.3-7.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-0:46.3-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64"
},
"product_reference": "osbuild-composer-0:46.3-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64"
},
"product_reference": "osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x"
},
"product_reference": "osbuild-composer-core-0:46.3-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-0:46.3-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64"
},
"product_reference": "osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64"
},
"product_reference": "osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64"
},
"product_reference": "osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64"
},
"product_reference": "osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64"
},
"product_reference": "osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64"
},
"product_reference": "osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x"
},
"product_reference": "osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-0:46.3-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64"
},
"product_reference": "osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64"
},
"product_reference": "osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T04:02:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5533"
},
{
"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": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T04:02:36+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5533"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.src",
"AppStream-9.0.0.Z.E4S:osbuild-composer-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-core-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-debugsource-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-dnf-json-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-tests-debuginfo-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-0:46.3-7.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:osbuild-composer-worker-debuginfo-0:46.3-7.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
}
]
}
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.