Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-58183 (GCVE-0-2025-58183)
Vulnerability from cvelistv5 – Published: 2025-10-29 22:10 – Updated: 2025-11-04 21:13- CWE-400 - Uncontrolled Resource Consumption
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | archive/tar |
Affected:
0 , < 1.24.8
(semver)
Affected: 1.25.0 , < 1.25.2 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-58183",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-10-30T14:22:41.219110Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-11-03T19:56:37.377Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T21:13:32.834Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2025/10/08/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "archive/tar",
"product": "archive/tar",
"programRoutines": [
{
"name": "readGNUSparseMap1x0"
},
{
"name": "Reader.Next"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.24.8",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.25.2",
"status": "affected",
"version": "1.25.0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Harshit Gupta (Mr HAX)"
}
],
"descriptions": [
{
"lang": "en",
"value": "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 maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-400: Uncontrolled Resource Consumption",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-29T22:10:14.376Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/709861"
},
{
"url": "https://go.dev/issue/75677"
},
{
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"title": "Unbounded allocation when parsing GNU sparse map in archive/tar"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-58183",
"datePublished": "2025-10-29T22:10:14.376Z",
"dateReserved": "2025-08-27T14:50:58.691Z",
"dateUpdated": "2025-11-04T21:13:32.834Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-58183",
"date": "2026-06-26",
"epss": "0.00419",
"percentile": "0.33603"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-58183\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-10-29T23:16:19.357\",\"lastModified\":\"2025-11-04T22:16:33.200\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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 maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.\"}],\"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:R/S:U/C:N/I:N/A:L\",\"baseScore\":4.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.8,\"impactScore\":1.4}]},\"references\":[{\"url\":\"https://go.dev/cl/709861\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/75677\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-4014\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/10/08/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2025/10/08/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T21:13:32.834Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-58183\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-30T14:22:41.219110Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-30T14:23:04.000Z\"}}], \"cna\": {\"title\": \"Unbounded allocation when parsing GNU sparse map in archive/tar\", \"credits\": [{\"lang\": \"en\", \"value\": \"Harshit Gupta (Mr HAX)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"archive/tar\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.24.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.25.0\", \"lessThan\": \"1.25.2\", \"versionType\": \"semver\"}], \"packageName\": \"archive/tar\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"readGNUSparseMap1x0\"}, {\"name\": \"Reader.Next\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/709861\"}, {\"url\": \"https://go.dev/issue/75677\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-4014\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"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 maliciously-crafted archive containing a large number of sparse regions can cause a Reader to read an unbounded amount of data from the archive into memory. When reading from a compressed source, a small compressed input can result in large allocations.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-400: Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-10-29T22:10:14.376Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-58183\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T21:13:32.834Z\", \"dateReserved\": \"2025-08-27T14:50:58.691Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-10-29T22:10:14.376Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2025:21815
Vulnerability from csaf_redhat - Published: 2025-11-20 08:45 - Updated: 2026-06-26 21:00A 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: AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for multiple packages is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 Go Programming Language.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21815",
"url": "https://access.redhat.com/errata/RHSA-2025:21815"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-117130",
"url": "https://issues.redhat.com/browse/RHEL-117130"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21815.json"
}
],
"title": "Red Hat Security Advisory: delve and golang security update",
"tracking": {
"current_release_date": "2026-06-26T21:00:04+00:00",
"generator": {
"date": "2026-06-26T21:00:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:21815",
"initial_release_date": "2025-11-20T08:45:31+00:00",
"revision_history": [
{
"date": "2025-11-20T08:45:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-20T08:45:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_7.aarch64",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_7.aarch64",
"product_id": "go-toolset-0:1.25.3-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.aarch64",
"product": {
"name": "golang-0:1.25.3-1.el9_7.aarch64",
"product_id": "golang-0:1.25.3-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_7.aarch64",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_7.aarch64",
"product_id": "golang-bin-0:1.25.3-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_7.aarch64",
"product": {
"name": "golang-race-0:1.25.3-1.el9_7.aarch64",
"product_id": "golang-race-0:1.25.3-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_7.aarch64",
"product": {
"name": "delve-0:1.25.2-1.el9_7.aarch64",
"product_id": "delve-0:1.25.2-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"product_id": "delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el9_7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"product_id": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el9_7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_7.ppc64le",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_7.ppc64le",
"product_id": "go-toolset-0:1.25.3-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.ppc64le",
"product": {
"name": "golang-0:1.25.3-1.el9_7.ppc64le",
"product_id": "golang-0:1.25.3-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_7.ppc64le",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_7.ppc64le",
"product_id": "golang-bin-0:1.25.3-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_7.ppc64le",
"product": {
"name": "golang-race-0:1.25.3-1.el9_7.ppc64le",
"product_id": "golang-race-0:1.25.3-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_7.ppc64le",
"product": {
"name": "delve-0:1.25.2-1.el9_7.ppc64le",
"product_id": "delve-0:1.25.2-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"product_id": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el9_7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"product_id": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el9_7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_7.x86_64",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_7.x86_64",
"product_id": "go-toolset-0:1.25.3-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.x86_64",
"product": {
"name": "golang-0:1.25.3-1.el9_7.x86_64",
"product_id": "golang-0:1.25.3-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_7.x86_64",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_7.x86_64",
"product_id": "golang-bin-0:1.25.3-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_7.x86_64",
"product": {
"name": "golang-race-0:1.25.3-1.el9_7.x86_64",
"product_id": "golang-race-0:1.25.3-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_7.x86_64",
"product": {
"name": "delve-0:1.25.2-1.el9_7.x86_64",
"product_id": "delve-0:1.25.2-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"product_id": "delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el9_7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"product_id": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el9_7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el9_7.s390x",
"product": {
"name": "go-toolset-0:1.25.3-1.el9_7.s390x",
"product_id": "go-toolset-0:1.25.3-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.s390x",
"product": {
"name": "golang-0:1.25.3-1.el9_7.s390x",
"product_id": "golang-0:1.25.3-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el9_7.s390x",
"product": {
"name": "golang-bin-0:1.25.3-1.el9_7.s390x",
"product_id": "golang-bin-0:1.25.3-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el9_7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el9_7.s390x",
"product": {
"name": "golang-race-0:1.25.3-1.el9_7.s390x",
"product_id": "golang-race-0:1.25.3-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el9_7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el9_7.src",
"product": {
"name": "golang-0:1.25.3-1.el9_7.src",
"product_id": "golang-0:1.25.3-1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el9_7?arch=src"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el9_7.src",
"product": {
"name": "delve-0:1.25.2-1.el9_7.src",
"product_id": "delve-0:1.25.2-1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el9_7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.25.3-1.el9_7.noarch",
"product": {
"name": "golang-docs-0:1.25.3-1.el9_7.noarch",
"product_id": "golang-docs-0:1.25.3-1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.25.3-1.el9_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.25.3-1.el9_7.noarch",
"product": {
"name": "golang-misc-0:1.25.3-1.el9_7.noarch",
"product_id": "golang-misc-0:1.25.3-1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.25.3-1.el9_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.25.3-1.el9_7.noarch",
"product": {
"name": "golang-src-0:1.25.3-1.el9_7.noarch",
"product_id": "golang-src-0:1.25.3-1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.25.3-1.el9_7?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.25.3-1.el9_7.noarch",
"product": {
"name": "golang-tests-0:1.25.3-1.el9_7.noarch",
"product_id": "golang-tests-0:1.25.3-1.el9_7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.25.3-1.el9_7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64"
},
"product_reference": "delve-0:1.25.2-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le"
},
"product_reference": "delve-0:1.25.2-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src"
},
"product_reference": "delve-0:1.25.2-1.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64"
},
"product_reference": "delve-0:1.25.2-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64"
},
"product_reference": "go-toolset-0:1.25.3-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64"
},
"product_reference": "golang-0:1.25.3-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le"
},
"product_reference": "golang-0:1.25.3-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x"
},
"product_reference": "golang-0:1.25.3-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src"
},
"product_reference": "golang-0:1.25.3-1.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64"
},
"product_reference": "golang-0:1.25.3-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64"
},
"product_reference": "golang-bin-0:1.25.3-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.25.3-1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch"
},
"product_reference": "golang-docs-0:1.25.3-1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.25.3-1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch"
},
"product_reference": "golang-misc-0:1.25.3-1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64"
},
"product_reference": "golang-race-0:1.25.3-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le"
},
"product_reference": "golang-race-0:1.25.3-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x"
},
"product_reference": "golang-race-0:1.25.3-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64"
},
"product_reference": "golang-race-0:1.25.3-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.25.3-1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch"
},
"product_reference": "golang-src-0:1.25.3-1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.25.3-1.el9_7.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch"
},
"product_reference": "golang-tests-0:1.25.3-1.el9_7.noarch",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"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",
"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": [
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch"
]
},
"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": "2025-11-20T08:45:31+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21815"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.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": [
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:delve-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debuginfo-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:delve-debugsource-0:1.25.2-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:go-toolset-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:golang-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-bin-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-docs-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-misc-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:golang-race-0:1.25.3-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:golang-src-0:1.25.3-1.el9_7.noarch",
"AppStream-9.7.0.Z.MAIN:golang-tests-0:1.25.3-1.el9_7.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21816
Vulnerability from csaf_redhat - Published: 2025-11-20 06:24 - Updated: 2026-06-26 21:00A 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: AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for multiple packages is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 Go Programming Language.\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21816",
"url": "https://access.redhat.com/errata/RHSA-2025:21816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-117127",
"url": "https://issues.redhat.com/browse/RHEL-117127"
},
{
"category": "external",
"summary": "RHEL-117132",
"url": "https://issues.redhat.com/browse/RHEL-117132"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21816.json"
}
],
"title": "Red Hat Security Advisory: delve and golang security update",
"tracking": {
"current_release_date": "2026-06-26T21:00:05+00:00",
"generator": {
"date": "2026-06-26T21:00:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:21816",
"initial_release_date": "2025-11-20T06:24:08+00:00",
"revision_history": [
{
"date": "2025-11-20T06:24:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-20T06:24:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_1.aarch64",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_1.aarch64",
"product_id": "go-toolset-0:1.25.3-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.aarch64",
"product": {
"name": "golang-0:1.25.3-1.el10_1.aarch64",
"product_id": "golang-0:1.25.3-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_1.aarch64",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_1.aarch64",
"product_id": "golang-bin-0:1.25.3-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_1.aarch64",
"product": {
"name": "golang-race-0:1.25.3-1.el10_1.aarch64",
"product_id": "golang-race-0:1.25.3-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_1.aarch64",
"product": {
"name": "delve-0:1.25.2-1.el10_1.aarch64",
"product_id": "delve-0:1.25.2-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"product_id": "delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el10_1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"product_id": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el10_1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_1.ppc64le",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_1.ppc64le",
"product_id": "go-toolset-0:1.25.3-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.ppc64le",
"product": {
"name": "golang-0:1.25.3-1.el10_1.ppc64le",
"product_id": "golang-0:1.25.3-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_1.ppc64le",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_1.ppc64le",
"product_id": "golang-bin-0:1.25.3-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_1.ppc64le",
"product": {
"name": "golang-race-0:1.25.3-1.el10_1.ppc64le",
"product_id": "golang-race-0:1.25.3-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_1.ppc64le",
"product": {
"name": "delve-0:1.25.2-1.el10_1.ppc64le",
"product_id": "delve-0:1.25.2-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"product_id": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el10_1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"product_id": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el10_1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_1.x86_64",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_1.x86_64",
"product_id": "go-toolset-0:1.25.3-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.x86_64",
"product": {
"name": "golang-0:1.25.3-1.el10_1.x86_64",
"product_id": "golang-0:1.25.3-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_1.x86_64",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_1.x86_64",
"product_id": "golang-bin-0:1.25.3-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_1.x86_64",
"product": {
"name": "golang-race-0:1.25.3-1.el10_1.x86_64",
"product_id": "golang-race-0:1.25.3-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_1.x86_64",
"product": {
"name": "delve-0:1.25.2-1.el10_1.x86_64",
"product_id": "delve-0:1.25.2-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"product": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"product_id": "delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.25.2-1.el10_1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"product": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"product_id": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.25.2-1.el10_1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.25.3-1.el10_1.s390x",
"product": {
"name": "go-toolset-0:1.25.3-1.el10_1.s390x",
"product_id": "go-toolset-0:1.25.3-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.25.3-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.s390x",
"product": {
"name": "golang-0:1.25.3-1.el10_1.s390x",
"product_id": "golang-0:1.25.3-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.25.3-1.el10_1.s390x",
"product": {
"name": "golang-bin-0:1.25.3-1.el10_1.s390x",
"product_id": "golang-bin-0:1.25.3-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.25.3-1.el10_1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.25.3-1.el10_1.s390x",
"product": {
"name": "golang-race-0:1.25.3-1.el10_1.s390x",
"product_id": "golang-race-0:1.25.3-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.25.3-1.el10_1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.25.3-1.el10_1.src",
"product": {
"name": "golang-0:1.25.3-1.el10_1.src",
"product_id": "golang-0:1.25.3-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.25.3-1.el10_1?arch=src"
}
}
},
{
"category": "product_version",
"name": "delve-0:1.25.2-1.el10_1.src",
"product": {
"name": "delve-0:1.25.2-1.el10_1.src",
"product_id": "delve-0:1.25.2-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.25.2-1.el10_1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.25.3-1.el10_1.noarch",
"product": {
"name": "golang-docs-0:1.25.3-1.el10_1.noarch",
"product_id": "golang-docs-0:1.25.3-1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.25.3-1.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.25.3-1.el10_1.noarch",
"product": {
"name": "golang-misc-0:1.25.3-1.el10_1.noarch",
"product_id": "golang-misc-0:1.25.3-1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.25.3-1.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.25.3-1.el10_1.noarch",
"product": {
"name": "golang-src-0:1.25.3-1.el10_1.noarch",
"product_id": "golang-src-0:1.25.3-1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.25.3-1.el10_1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.25.3-1.el10_1.noarch",
"product": {
"name": "golang-tests-0:1.25.3-1.el10_1.noarch",
"product_id": "golang-tests-0:1.25.3-1.el10_1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.25.3-1.el10_1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64"
},
"product_reference": "delve-0:1.25.2-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le"
},
"product_reference": "delve-0:1.25.2-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src"
},
"product_reference": "delve-0:1.25.2-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.25.2-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64"
},
"product_reference": "delve-0:1.25.2-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64"
},
"product_reference": "delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.25.2-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64"
},
"product_reference": "delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.25.3-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64"
},
"product_reference": "go-toolset-0:1.25.3-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64"
},
"product_reference": "golang-0:1.25.3-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le"
},
"product_reference": "golang-0:1.25.3-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x"
},
"product_reference": "golang-0:1.25.3-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src"
},
"product_reference": "golang-0:1.25.3-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.25.3-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64"
},
"product_reference": "golang-0:1.25.3-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.25.3-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64"
},
"product_reference": "golang-bin-0:1.25.3-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.25.3-1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch"
},
"product_reference": "golang-docs-0:1.25.3-1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.25.3-1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch"
},
"product_reference": "golang-misc-0:1.25.3-1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64"
},
"product_reference": "golang-race-0:1.25.3-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le"
},
"product_reference": "golang-race-0:1.25.3-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x"
},
"product_reference": "golang-race-0:1.25.3-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.25.3-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64"
},
"product_reference": "golang-race-0:1.25.3-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.25.3-1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch"
},
"product_reference": "golang-src-0:1.25.3-1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.25.3-1.el10_1.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch"
},
"product_reference": "golang-tests-0:1.25.3-1.el10_1.noarch",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"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",
"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": [
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch"
]
},
"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": "2025-11-20T06:24:08+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:delve-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21816"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.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": [
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.src",
"AppStream-10.1.Z:delve-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debuginfo-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.aarch64",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.ppc64le",
"AppStream-10.1.Z:delve-debugsource-0:1.25.2-1.el10_1.x86_64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:go-toolset-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.src",
"AppStream-10.1.Z:golang-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-bin-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-docs-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-misc-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.aarch64",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.ppc64le",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.s390x",
"AppStream-10.1.Z:golang-race-0:1.25.3-1.el10_1.x86_64",
"AppStream-10.1.Z:golang-src-0:1.25.3-1.el10_1.noarch",
"AppStream-10.1.Z:golang-tests-0:1.25.3-1.el10_1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21856
Vulnerability from csaf_redhat - Published: 2025-11-20 15:48 - Updated: 2026-06-26 21:00A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21856",
"url": "https://access.redhat.com/errata/RHSA-2025:21856"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21856.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-06-26T21:00:06+00:00",
"generator": {
"date": "2026-06-26T21:00:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:21856",
"initial_release_date": "2025-11-20T15:48:22+00:00",
"revision_history": [
{
"date": "2025-11-20T15:48:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-20T15:48:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-12.el9_4.aarch64",
"product": {
"name": "go-toolset-0:1.21.13-12.el9_4.aarch64",
"product_id": "go-toolset-0:1.21.13-12.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-12.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.aarch64",
"product": {
"name": "golang-0:1.21.13-12.el9_4.aarch64",
"product_id": "golang-0:1.21.13-12.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-12.el9_4.aarch64",
"product": {
"name": "golang-bin-0:1.21.13-12.el9_4.aarch64",
"product_id": "golang-bin-0:1.21.13-12.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-12.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-12.el9_4.ppc64le",
"product": {
"name": "go-toolset-0:1.21.13-12.el9_4.ppc64le",
"product_id": "go-toolset-0:1.21.13-12.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-12.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.ppc64le",
"product": {
"name": "golang-0:1.21.13-12.el9_4.ppc64le",
"product_id": "golang-0:1.21.13-12.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-12.el9_4.ppc64le",
"product": {
"name": "golang-bin-0:1.21.13-12.el9_4.ppc64le",
"product_id": "golang-bin-0:1.21.13-12.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-12.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-12.el9_4.x86_64",
"product": {
"name": "go-toolset-0:1.21.13-12.el9_4.x86_64",
"product_id": "go-toolset-0:1.21.13-12.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-12.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.x86_64",
"product": {
"name": "golang-0:1.21.13-12.el9_4.x86_64",
"product_id": "golang-0:1.21.13-12.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-12.el9_4.x86_64",
"product": {
"name": "golang-bin-0:1.21.13-12.el9_4.x86_64",
"product_id": "golang-bin-0:1.21.13-12.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-12.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.13-12.el9_4.s390x",
"product": {
"name": "go-toolset-0:1.21.13-12.el9_4.s390x",
"product_id": "go-toolset-0:1.21.13-12.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.13-12.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.s390x",
"product": {
"name": "golang-0:1.21.13-12.el9_4.s390x",
"product_id": "golang-0:1.21.13-12.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.13-12.el9_4.s390x",
"product": {
"name": "golang-bin-0:1.21.13-12.el9_4.s390x",
"product_id": "golang-bin-0:1.21.13-12.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.13-12.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.21.13-12.el9_4.src",
"product": {
"name": "golang-0:1.21.13-12.el9_4.src",
"product_id": "golang-0:1.21.13-12.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.13-12.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.21.13-12.el9_4.noarch",
"product": {
"name": "golang-docs-0:1.21.13-12.el9_4.noarch",
"product_id": "golang-docs-0:1.21.13-12.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.21.13-12.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.21.13-12.el9_4.noarch",
"product": {
"name": "golang-misc-0:1.21.13-12.el9_4.noarch",
"product_id": "golang-misc-0:1.21.13-12.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.21.13-12.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.21.13-12.el9_4.noarch",
"product": {
"name": "golang-src-0:1.21.13-12.el9_4.noarch",
"product_id": "golang-src-0:1.21.13-12.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.21.13-12.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.21.13-12.el9_4.noarch",
"product": {
"name": "golang-tests-0:1.21.13-12.el9_4.noarch",
"product_id": "golang-tests-0:1.21.13-12.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.21.13-12.el9_4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-12.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64"
},
"product_reference": "go-toolset-0:1.21.13-12.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-12.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le"
},
"product_reference": "go-toolset-0:1.21.13-12.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-12.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x"
},
"product_reference": "go-toolset-0:1.21.13-12.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.13-12.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64"
},
"product_reference": "go-toolset-0:1.21.13-12.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-12.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64"
},
"product_reference": "golang-0:1.21.13-12.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-12.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le"
},
"product_reference": "golang-0:1.21.13-12.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-12.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x"
},
"product_reference": "golang-0:1.21.13-12.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-12.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src"
},
"product_reference": "golang-0:1.21.13-12.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.13-12.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64"
},
"product_reference": "golang-0:1.21.13-12.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-12.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64"
},
"product_reference": "golang-bin-0:1.21.13-12.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-12.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le"
},
"product_reference": "golang-bin-0:1.21.13-12.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-12.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x"
},
"product_reference": "golang-bin-0:1.21.13-12.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.13-12.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64"
},
"product_reference": "golang-bin-0:1.21.13-12.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.21.13-12.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch"
},
"product_reference": "golang-docs-0:1.21.13-12.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.21.13-12.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch"
},
"product_reference": "golang-misc-0:1.21.13-12.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.21.13-12.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch"
},
"product_reference": "golang-src-0:1.21.13-12.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.21.13-12.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
},
"product_reference": "golang-tests-0:1.21.13-12.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"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.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-20T15:48:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21856"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"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",
"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": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
},
"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": "2025-11-20T15:48:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21856"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.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": [
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:go-toolset-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.src",
"AppStream-9.4.0.Z.EUS:golang-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.aarch64",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.ppc64le",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.s390x",
"AppStream-9.4.0.Z.EUS:golang-bin-0:1.21.13-12.el9_4.x86_64",
"AppStream-9.4.0.Z.EUS:golang-docs-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-misc-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-src-0:1.21.13-12.el9_4.noarch",
"AppStream-9.4.0.Z.EUS:golang-tests-0:1.21.13-12.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:21964
Vulnerability from csaf_redhat - Published: 2025-11-24 15:01 - Updated: 2026-06-26 21:00A 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: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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 buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:21964",
"url": "https://access.redhat.com/errata/RHSA-2025:21964"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "RHEL-129120",
"url": "https://issues.redhat.com/browse/RHEL-129120"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21964.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-06-26T21:00:06+00:00",
"generator": {
"date": "2026-06-26T21:00:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:21964",
"initial_release_date": "2025-11-24T15:01:52+00:00",
"revision_history": [
{
"date": "2025-11-24T15:01:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-24T15:01:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.src",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.src",
"product_id": "buildah-2:1.39.6-1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-tests-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-tests-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-1.el9_6?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-1.el9_6?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-tests-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-tests-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-1.el9_6?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-tests-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-tests-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"product_id": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.39.6-1.el9_6?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-tests-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-tests-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-tests-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"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",
"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": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64"
]
},
"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": "2025-11-24T15:01:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21964"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.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.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.src",
"AppStream-9.6.0.Z.EUS:buildah-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debuginfo-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-debugsource-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-2:1.39.6-1.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:buildah-tests-debuginfo-2:1.39.6-1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22011
Vulnerability from csaf_redhat - Published: 2025-11-25 05:23 - Updated: 2026-06-26 21:00A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:22011",
"url": "https://access.redhat.com/errata/RHSA-2025:22011"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22011.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-06-26T21:00:06+00:00",
"generator": {
"date": "2026-06-26T21:00:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:22011",
"initial_release_date": "2025-11-25T05:23:44+00:00",
"revision_history": [
{
"date": "2025-11-25T05:23:44+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-25T05:23:44+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el9_7.src",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.src",
"product_id": "buildah-2:1.41.6-1.el9_7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-tests-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-tests-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el9_7?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el9_7?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-tests-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-tests-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el9_7?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-tests-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-tests-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el9_7?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.src",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-tests-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-tests-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-tests-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64",
"relates_to_product_reference": "AppStream-9.7.0.Z.MAIN"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the 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": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T05:23:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22011"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
}
],
"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": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"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",
"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": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
},
"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": "2025-11-25T05:23:44+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22011"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.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.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.src",
"AppStream-9.7.0.Z.MAIN:buildah-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debuginfo-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-debugsource-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-2:1.41.6-1.el9_7.x86_64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.aarch64",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.ppc64le",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.s390x",
"AppStream-9.7.0.Z.MAIN:buildah-tests-debuginfo-2:1.41.6-1.el9_7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22012
Vulnerability from csaf_redhat - Published: 2025-11-25 05:03 - Updated: 2026-06-26 21:00A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:22012",
"url": "https://access.redhat.com/errata/RHSA-2025:22012"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22012.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-06-26T21:00:07+00:00",
"generator": {
"date": "2026-06-26T21:00:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:22012",
"initial_release_date": "2025-11-25T05:03:24+00:00",
"revision_history": [
{
"date": "2025-11-25T05:03:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-25T05:03:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.src",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.src",
"product_id": "buildah-2:1.41.6-1.el10_1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-tests-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-tests-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el10_1?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el10_1?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-tests-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-tests-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el10_1?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-tests-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-tests-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"product_id": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.41.6-1.el10_1?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.src",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-tests-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-tests-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-tests-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"relates_to_product_reference": "AppStream-10.1.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64",
"relates_to_product_reference": "AppStream-10.1.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the 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": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T05:03:24+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:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22012"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
}
],
"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": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"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",
"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": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
},
"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": "2025-11-25T05:03:24+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:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22012"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.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:buildah-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.src",
"AppStream-10.1.Z:buildah-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debuginfo-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-debugsource-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-2:1.41.6-1.el10_1.x86_64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.aarch64",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.ppc64le",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.s390x",
"AppStream-10.1.Z:buildah-tests-debuginfo-2:1.41.6-1.el10_1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22030
Vulnerability from csaf_redhat - Published: 2025-11-25 08:02 - Updated: 2026-06-26 21:00A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:22030",
"url": "https://access.redhat.com/errata/RHSA-2025:22030"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22030.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-06-26T21:00:07+00:00",
"generator": {
"date": "2026-06-26T21:00:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:22030",
"initial_release_date": "2025-11-25T08:02:25+00:00",
"revision_history": [
{
"date": "2025-11-25T08:02:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-25T08:02:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.src",
"product": {
"name": "podman-5:5.4.0-15.el9_6.src",
"product_id": "podman-5:5.4.0-15.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=src\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-plugins-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-plugins-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-remote-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-remote-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-tests-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-tests-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_id": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el9_6?arch=aarch64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-remote-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-remote-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-tests-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-tests-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_id": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el9_6?arch=ppc64le\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-plugins-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-plugins-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-remote-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-remote-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-tests-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-tests-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_id": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el9_6?arch=x86_64\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-plugins-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-plugins-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-remote-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-remote-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-tests-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-tests-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-debugsource-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"product": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_id": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el9_6?arch=s390x\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-5:5.4.0-15.el9_6.noarch",
"product": {
"name": "podman-docker-5:5.4.0-15.el9_6.noarch",
"product_id": "podman-docker-5:5.4.0-15.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-15.el9_6?arch=noarch\u0026epoch=5"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src"
},
"product_reference": "podman-5:5.4.0-15.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-debugsource-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-5:5.4.0-15.el9_6.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch"
},
"product_reference": "podman-docker-5:5.4.0-15.el9_6.noarch",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-plugins-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-plugins-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-plugins-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-remote-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-remote-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-remote-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-remote-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-tests-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-tests-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-tests-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-tests-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
},
"product_reference": "podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the 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": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-25T08:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22030"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
}
],
"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": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"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",
"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": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
},
"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": "2025-11-25T08:02:25+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22030"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.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.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.src",
"AppStream-9.6.0.Z.EUS:podman-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-debugsource-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-docker-5:5.4.0-15.el9_6.noarch",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-plugins-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-remote-debuginfo-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-5:5.4.0-15.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:podman-tests-debuginfo-5:5.4.0-15.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22181
Vulnerability from csaf_redhat - Published: 2025-11-26 15:05 - Updated: 2026-06-26 21:00A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath ("", ".", and ".."), can result in the binaries listed in the PATH being unexpectedly returned.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for golang 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 Moderate. 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 golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* os/exec: Unexpected paths returned from LookPath in os/exec (CVE-2025-47906)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:22181",
"url": "https://access.redhat.com/errata/RHSA-2025:22181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22181.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-06-26T21:00:09+00:00",
"generator": {
"date": "2026-06-26T21:00:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:22181",
"initial_release_date": "2025-11-26T15:05:54+00:00",
"revision_history": [
{
"date": "2025-11-26T15:05:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-26T15:05:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream 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": "golang-0:1.19.13-20.el9_2.src",
"product": {
"name": "golang-0:1.19.13-20.el9_2.src",
"product_id": "golang-0:1.19.13-20.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-20.el9_2.aarch64",
"product": {
"name": "golang-0:1.19.13-20.el9_2.aarch64",
"product_id": "golang-0:1.19.13-20.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-20.el9_2.aarch64",
"product": {
"name": "golang-bin-0:1.19.13-20.el9_2.aarch64",
"product_id": "golang-bin-0:1.19.13-20.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-20.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-20.el9_2.ppc64le",
"product": {
"name": "golang-0:1.19.13-20.el9_2.ppc64le",
"product_id": "golang-0:1.19.13-20.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-20.el9_2.ppc64le",
"product": {
"name": "golang-bin-0:1.19.13-20.el9_2.ppc64le",
"product_id": "golang-bin-0:1.19.13-20.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-20.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-20.el9_2.x86_64",
"product": {
"name": "golang-0:1.19.13-20.el9_2.x86_64",
"product_id": "golang-0:1.19.13-20.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-20.el9_2.x86_64",
"product": {
"name": "golang-bin-0:1.19.13-20.el9_2.x86_64",
"product_id": "golang-bin-0:1.19.13-20.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-20.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-race-0:1.19.13-20.el9_2.x86_64",
"product": {
"name": "golang-race-0:1.19.13-20.el9_2.x86_64",
"product_id": "golang-race-0:1.19.13-20.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-race@1.19.13-20.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.19.13-20.el9_2.s390x",
"product": {
"name": "golang-0:1.19.13-20.el9_2.s390x",
"product_id": "golang-0:1.19.13-20.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.19.13-20.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.19.13-20.el9_2.s390x",
"product": {
"name": "golang-bin-0:1.19.13-20.el9_2.s390x",
"product_id": "golang-bin-0:1.19.13-20.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.19.13-20.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.19.13-20.el9_2.noarch",
"product": {
"name": "golang-docs-0:1.19.13-20.el9_2.noarch",
"product_id": "golang-docs-0:1.19.13-20.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.19.13-20.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.19.13-20.el9_2.noarch",
"product": {
"name": "golang-misc-0:1.19.13-20.el9_2.noarch",
"product_id": "golang-misc-0:1.19.13-20.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.19.13-20.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.19.13-20.el9_2.noarch",
"product": {
"name": "golang-src-0:1.19.13-20.el9_2.noarch",
"product_id": "golang-src-0:1.19.13-20.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.19.13-20.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.19.13-20.el9_2.noarch",
"product": {
"name": "golang-tests-0:1.19.13-20.el9_2.noarch",
"product_id": "golang-tests-0:1.19.13-20.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.19.13-20.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-20.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64"
},
"product_reference": "golang-0:1.19.13-20.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-20.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le"
},
"product_reference": "golang-0:1.19.13-20.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-20.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x"
},
"product_reference": "golang-0:1.19.13-20.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-20.el9_2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src"
},
"product_reference": "golang-0:1.19.13-20.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.19.13-20.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:golang-0:1.19.13-20.el9_2.x86_64"
},
"product_reference": "golang-0:1.19.13-20.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-20.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64"
},
"product_reference": "golang-bin-0:1.19.13-20.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-20.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le"
},
"product_reference": "golang-bin-0:1.19.13-20.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-20.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x"
},
"product_reference": "golang-bin-0:1.19.13-20.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.19.13-20.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:golang-bin-0:1.19.13-20.el9_2.x86_64"
},
"product_reference": "golang-bin-0:1.19.13-20.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.19.13-20.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch"
},
"product_reference": "golang-docs-0:1.19.13-20.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.19.13-20.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch"
},
"product_reference": "golang-misc-0:1.19.13-20.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-race-0:1.19.13-20.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:golang-race-0:1.19.13-20.el9_2.x86_64"
},
"product_reference": "golang-race-0:1.19.13-20.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.19.13-20.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch"
},
"product_reference": "golang-src-0:1.19.13-20.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.19.13-20.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
},
"product_reference": "golang-tests-0:1.19.13-20.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"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:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-26T15:05:54+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:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22181"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"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",
"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": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
},
"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": "2025-11-26T15:05:54+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:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22181"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.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": [
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.src",
"AppStream-9.2.0.Z.E4S:golang-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.aarch64",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.ppc64le",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.s390x",
"AppStream-9.2.0.Z.E4S:golang-bin-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-docs-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-misc-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-race-0:1.19.13-20.el9_2.x86_64",
"AppStream-9.2.0.Z.E4S:golang-src-0:1.19.13-20.el9_2.noarch",
"AppStream-9.2.0.Z.E4S:golang-tests-0:1.19.13-20.el9_2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22255
Vulnerability from csaf_redhat - Published: 2025-12-02 14:45 - Updated: 2026-06-26 21:00A 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: 9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.20.6 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container\nPlatform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 4.20.6. See the following advisory for the container images for\nthis release:\n\nhttps://access.redhat.com/errata/RHSA-2025:22257\n\nSecurity Fix(es):\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map\n(CVE-2025-58183)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:22255",
"url": "https://access.redhat.com/errata/RHSA-2025:22255"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22255.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.6 packages and security update",
"tracking": {
"current_release_date": "2026-06-26T21:00:13+00:00",
"generator": {
"date": "2026-06-26T21:00:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:22255",
"initial_release_date": "2025-12-02T14:45:43+00:00",
"revision_history": [
{
"date": "2025-12-02T14:45:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-02T14:45:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:13+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.20",
"product": {
"name": "Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.src",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.src",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.33.6-2.rhaos4.20.git6d65309.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.33.6-2.rhaos4.20.git6d65309.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt-addons@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-devel@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "rv-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "rv-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.68.1.el9_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.33.6-2.rhaos4.20.git6d65309.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.33.6-2.rhaos4.20.git6d65309.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-kvm@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-kvm@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel-matched@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-partner@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-devel@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "rv-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "rv-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.68.1.el9_6?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.33.6-2.rhaos4.20.git6d65309.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.33.6-2.rhaos4.20.git6d65309.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-ipaclones-internal@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-devel@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.68.1.el9_6?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_id": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.33.6-2.rhaos4.20.git6d65309.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_id": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.33.6-2.rhaos4.20.git6d65309.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.33.6-2.rhaos4.20.git6d65309.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"product": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"product_id": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kata-containers@3.21.0-4.rhaos4.20.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-internal@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-partner@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-internal@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-partner@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-selftests-internal@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-internal@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-partner@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "libperf-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-devel@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "perf-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "perf-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "rtla-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "rv-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "rv-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_id": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.68.1.el9_6?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"product": {
"name": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"product_id": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-570.68.1.el9_6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"product": {
"name": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"product_id": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@5.14.0-570.68.1.el9_6?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
},
"product_reference": "cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64"
},
"product_reference": "kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.src as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.src",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch"
},
"product_reference": "kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch"
},
"product_reference": "kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "libperf-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "perf-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "perf-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "perf-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "rtla-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.68.1.el9_6.aarch64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64"
},
"product_reference": "rv-0:5.14.0-570.68.1.el9_6.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.68.1.el9_6.ppc64le as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le"
},
"product_reference": "rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.68.1.el9_6.s390x as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x"
},
"product_reference": "rv-0:5.14.0-570.68.1.el9_6.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.20"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:5.14.0-570.68.1.el9_6.x86_64 as a component of Red Hat OpenShift Container Platform 4.20",
"product_id": "9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64"
},
"product_reference": "rv-0:5.14.0-570.68.1.el9_6.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.20"
}
]
},
"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": [
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64"
]
}
],
"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": [
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
],
"known_not_affected": [
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64"
]
},
"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": "2025-12-02T14:45:43+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/",
"product_ids": [
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22255"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.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": [
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.src",
"9Base-RHOSE-4.20:cri-o-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debuginfo-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.aarch64",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.ppc64le",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.s390x",
"9Base-RHOSE-4.20:cri-o-debugsource-0:1.33.6-2.rhaos4.20.git6d65309.el9.x86_64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.aarch64",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.ppc64le",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.s390x",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.src",
"9Base-RHOSE-4.20:kata-containers-0:3.21.0-4.rhaos4.20.el9.x86_64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.src",
"9Base-RHOSE-4.20:kernel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-abi-stablelists-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debug-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-aarch64-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-debuginfo-common-ppc64le-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-debuginfo-common-s390x-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-debuginfo-common-x86_64-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-doc-0:5.14.0-570.68.1.el9_6.noarch",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-ipaclones-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-64k-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-64k-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debug-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-devel-matched-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-kvm-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-core-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-extra-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-rt-modules-partner-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-selftests-internal-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-tools-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:kernel-tools-libs-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-uki-virt-addons-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:kernel-zfcpdump-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-devel-matched-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-core-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-extra-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-internal-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:kernel-zfcpdump-modules-partner-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:libperf-devel-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:python3-perf-debuginfo-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rtla-0:5.14.0-570.68.1.el9_6.x86_64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.aarch64",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.ppc64le",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.s390x",
"9Base-RHOSE-4.20:rv-0:5.14.0-570.68.1.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
RHSA-2025:22345
Vulnerability from csaf_redhat - Published: 2025-11-27 22:06 - Updated: 2026-06-26 21:00A 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: Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Developer Tools - Source-to-Image 1.5.2 release",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Developer Tools - Source-to-Image 1.5.2",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:22345",
"url": "https://access.redhat.com/errata/RHSA-2025:22345"
},
{
"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/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/openshift_images/using_images/using-s21-images.html",
"url": "https://docs.openshift.com/container-platform/latest/openshift_images/using_images/using-s21-images.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22345.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Developer Tools - Source-to-Image 1.5.2",
"tracking": {
"current_release_date": "2026-06-26T21:00:08+00:00",
"generator": {
"date": "2026-06-26T21:00:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2025:22345",
"initial_release_date": "2025-11-27T22:06:09+00:00",
"revision_history": [
{
"date": "2025-11-27T22:06:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-27T22:06:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-26T21:00:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Source-to-Image (S2I) 1.5.2",
"product": {
"name": "Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:source_to_image:1.5::el8"
}
}
}
],
"category": "product_family",
"name": "Source-to-Image (S2I)"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3A4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba?arch=amd64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764273917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3A8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429?arch=amd64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764274101"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3Aab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c?arch=arm64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764273917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3A49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b?arch=arm64\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764274101"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3A7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631?arch=ppc64le\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764273917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3Ada9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0?arch=ppc64le\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764274101"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel8@sha256%3Ae233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6?arch=s390x\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764273917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"product": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"product_id": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/source-to-image-rhel9@sha256%3Ada32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f?arch=s390x\u0026repository_url=registry.redhat.io/source-to-image\u0026tag=1.5.2-1764274101"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64 as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64 as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64 as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64 as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le as a component of Source-to-Image (S2I) 1.5.2",
"product_id": "Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
},
"product_reference": "registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le",
"relates_to_product_reference": "Source-to-Image (S2I) 1.5.2"
}
]
},
"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",
"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": [
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
]
},
"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": "2025-11-27T22:06:09+00:00",
"details": "It is recommended that existing users of Source-to-Image (S2I) upgrade to 1.5.2.\nThere are no changes to any data structures or API\u2019s included within this release.",
"product_ids": [
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:22345"
},
{
"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": [
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:4b630e243139148792d027217f7f581a0cc41313d3beb3da4dc9fa16001f48ba_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:7406fa611ebf57f643ce6a806c7cdcc076da0232132f9cfc17fad285613da631_ppc64le",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:ab452d6eba22c8b897dc83100d828d798b95c8e08741269aa0e5a8d50041d59c_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:e233b0054f0359b1d34488808acd580e283f33cf43a5cce59d9cccdaad9e19f6_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:49ee2ee98ea9d2f5c007de12bf23e537ec3f33baaa7362ef4feca54ef0ef773b_arm64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:8b456a6f51958ca5c3a070daf0bd284c638ae9263f2e5e78b1e0a27e845bf429_amd64",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da32c67fe7841fe39dbc3f41a1deaa8b045f71ae251743b404d7f33871acb05f_s390x",
"Source-to-Image (S2I) 1.5.2:registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da9c24ad0d3bb129ccf2ecc596d91b183fd22206455acac8d4cfb4e9330209e0_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
}
]
}
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.